Class ReviewStatusInfo
Review statuses for the creative.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class ReviewStatusInfo : IDirectResponseSchema
Properties
ApprovalStatus
Represents the basic approval needed for a creative to begin serving. Summary of creative_and_landing_page_review_status and content_and_policy_review_status.
Declaration
[JsonProperty("approvalStatus")]
public virtual string ApprovalStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentAndPolicyReviewStatus
Content and policy review status for the creative.
Declaration
[JsonProperty("contentAndPolicyReviewStatus")]
public virtual string ContentAndPolicyReviewStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
CreativeAndLandingPageReviewStatus
Creative and landing page review status for the creative.
Declaration
[JsonProperty("creativeAndLandingPageReviewStatus")]
public virtual string CreativeAndLandingPageReviewStatus { 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 |
ExchangeReviewStatuses
Exchange review statuses for the creative.
Declaration
[JsonProperty("exchangeReviewStatuses")]
public virtual IList<ExchangeReviewStatus> ExchangeReviewStatuses { get; set; }
Property Value
Type | Description |
---|---|
IList<ExchangeReviewStatus> |
PublisherReviewStatuses
Publisher review statuses for the creative.
Declaration
[JsonProperty("publisherReviewStatuses")]
public virtual IList<PublisherReviewStatus> PublisherReviewStatuses { get; set; }
Property Value
Type | Description |
---|---|
IList<PublisherReviewStatus> |