Class AuthorizedSellerStatusTargetingOptionDetails
Represents a targetable authorized seller status. This will be populated in the authorized_seller_status_details
field when targeting_type is TARGETING_TYPE_AUTHORIZED_SELLER_STATUS
.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class AuthorizedSellerStatusTargetingOptionDetails : IDirectResponseSchema
Properties
AuthorizedSellerStatus
Output only. The authorized seller status.
Declaration
[JsonProperty("authorizedSellerStatus")]
public virtual string AuthorizedSellerStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |