Show / Hide Table of Contents

Class ReviewStatusInfo

Review statuses for the creative.

Inheritance
System.Object
ReviewStatusInfo
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.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
System.String

ContentAndPolicyReviewStatus

Content and policy review status for the creative.

Declaration
[JsonProperty("contentAndPolicyReviewStatus")]
public virtual string ContentAndPolicyReviewStatus { get; set; }
Property Value
Type Description
System.String

CreativeAndLandingPageReviewStatus

Creative and landing page review status for the creative.

Declaration
[JsonProperty("creativeAndLandingPageReviewStatus")]
public virtual string CreativeAndLandingPageReviewStatus { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

ExchangeReviewStatuses

Exchange review statuses for the creative.

Declaration
[JsonProperty("exchangeReviewStatuses")]
public virtual IList<ExchangeReviewStatus> ExchangeReviewStatuses { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ExchangeReviewStatus>

PublisherReviewStatuses

Publisher review statuses for the creative.

Declaration
[JsonProperty("publisherReviewStatuses")]
public virtual IList<PublisherReviewStatus> PublisherReviewStatuses { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PublisherReviewStatus>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top