View Source GoogleApi.DisplayVideo.V1.Model.EditGuaranteedOrderReadAccessorsRequest (google_api_display_video v0.38.1)

Request message for GuaranteedOrderService.EditGuaranteedOrderReadAccessors.

Attributes

  • addedAdvertisers (type: list(String.t), default: nil) - The advertisers to add as read accessors to the guaranteed order.
  • partnerId (type: String.t, default: nil) - Required. The partner context in which the change is being made.
  • readAccessInherited (type: boolean(), default: nil) - Whether to give all advertisers of the read/write accessor partner read access to the guaranteed order. Only applicable if read_write_partner_id is set in the guaranteed order.
  • removedAdvertisers (type: list(String.t), default: nil) - The advertisers to remove as read accessors to the guaranteed order.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.EditGuaranteedOrderReadAccessorsRequest{
  addedAdvertisers: [String.t()] | nil,
  partnerId: String.t() | nil,
  readAccessInherited: boolean() | nil,
  removedAdvertisers: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.