GoogleApi.RealTimeBidding.V1.Model.PolicyCompliance (google_api_real_time_bidding v0.13.2)

View Source

Policy compliance of the creative for a transaction type or a region.

Attributes

  • status (type: String.t, default: nil) - Serving status for the given transaction type (for example, open auction, deals) or region (for example, China, Russia). Can be used to filter the response of the creatives.list method.
  • topics (type: list(GoogleApi.RealTimeBidding.V1.Model.PolicyTopicEntry.t), default: nil) - Topics related to the policy compliance for this transaction type (for example, open auction, deals) or region (for example, China, Russia). Topics may be present only if status is DISAPPROVED.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.PolicyCompliance{
  status: String.t() | nil,
  topics: [GoogleApi.RealTimeBidding.V1.Model.PolicyTopicEntry.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.