GoogleApi.DisplayVideo.V1.Model.ReviewStatusInfo (google_api_display_video v0.15.3) View Source
Review 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.ReviewStatusInfo{
approvalStatus: String.t(),
contentAndPolicyReviewStatus: String.t(),
creativeAndLandingPageReviewStatus: String.t(),
exchangeReviewStatuses: [
GoogleApi.DisplayVideo.V1.Model.ExchangeReviewStatus.t()
],
publisherReviewStatuses: [
GoogleApi.DisplayVideo.V1.Model.PublisherReviewStatus.t()
]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.