Class GetAdScriptAncestryIdsCommandResponse
Response for GetAdScriptAncestryIds
public sealed class GetAdScriptAncestryIdsCommandResponse : ICommandResponse<GetAdScriptAncestryIdsCommandSettings>, ICommandResponse
- Inheritance
-
GetAdScriptAncestryIdsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
AdScriptAncestryIds
Gets or sets the adScriptAncestryIds
[JsonPropertyName("adScriptAncestryIds")]
public AdScriptId[] AdScriptAncestryIds { get; set; }