google_api_display_video v0.11.0 GoogleApi.DisplayVideo.V1.Model.AuditAdvertiserResponse View Source

Response message for AdvertiserService.AuditAdvertiser.

Attributes

  • usedCampaignsCount (type: String.t, default: nil) - The number of ACTIVE and PAUSED campaigns under this advertiser. These campaigns count towards the limit of 9,999 campaigns per advertiser.
  • usedInsertionOrdersCount (type: String.t, default: nil) - The number of ACTIVE, PAUSED and DRAFT insertion orders under this advertiser. These insertion orders count towards the limit of 9,999 insertion orders per advertiser.
  • usedLineItemsCount (type: String.t, default: nil) - The number of ACTIVE, PAUSED, and DRAFT line items under this advertiser. These line items count towards the limit of 9,999 line items per advertiser.

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.AuditAdvertiserResponse{
  usedCampaignsCount: String.t(),
  usedInsertionOrdersCount: String.t(),
  usedLineItemsCount: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.