GoogleApi.DisplayVideo.V3.Model.EditGuaranteedOrderReadAccessorsResponse (google_api_display_video v0.39.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.