GoogleApi.DisplayVideo.V1.Model.ReviewStatusInfo (google_api_display_video v0.39.0)
View SourceReview statuses for the creative.
Attributes
-
approvalStatus(type:String.t, default:nil) - 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. -
contentAndPolicyReviewStatus(type:String.t, default:nil) - Content and policy review status for the creative. -
creativeAndLandingPageReviewStatus(type:String.t, default:nil) - Creative and landing page review status for the creative. -
exchangeReviewStatuses(type:list(GoogleApi.DisplayVideo.V1.Model.ExchangeReviewStatus.t), default:nil) - Exchange review statuses for the creative. -
publisherReviewStatuses(type:list(GoogleApi.DisplayVideo.V1.Model.PublisherReviewStatus.t), default:nil) - Publisher review statuses for the creative.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V1.Model.ReviewStatusInfo{ approvalStatus: String.t() | nil, contentAndPolicyReviewStatus: String.t() | nil, creativeAndLandingPageReviewStatus: String.t() | nil, exchangeReviewStatuses: [GoogleApi.DisplayVideo.V1.Model.ExchangeReviewStatus.t()] | nil, publisherReviewStatuses: [GoogleApi.DisplayVideo.V1.Model.PublisherReviewStatus.t()] | nil }