Show / Hide Table of Contents

Class ReviewStatusInfo

Review statuses for the creative.

Inheritance
object
ReviewStatusInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX