View Source GoogleApi.DisplayVideo.V1.Model.EditGuaranteedOrderReadAccessorsResponse (google_api_display_video v0.36.0)

Attributes

  • readAccessInherited (type: boolean(), default: nil) - Whether all advertisers of read_write_partner_id have read access to the guaranteed order.
  • readAdvertiserIds (type: list(String.t), default: nil) - The IDs of advertisers with read access to the guaranteed order.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DisplayVideo.V1.Model.EditGuaranteedOrderReadAccessorsResponse{
    readAccessInherited: boolean() | nil,
    readAdvertiserIds: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.