Class CreateTargetCommandResponse
Response for Creates a new page.
public sealed class CreateTargetCommandResponse : ICommandResponse<CreateTargetCommandSettings>, ICommandResponse
- Inheritance
-
CreateTargetCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
TargetId
The id of the page opened.
[JsonPropertyName("targetId")]
public string TargetId { get; set; }