View Source GoogleApi.DisplayVideo.V3.Model.EditInventorySourceReadWriteAccessorsRequest (google_api_display_video v0.38.1)

Request message for InventorySourceService.EditInventorySourceReadWriteAccessors.

Attributes

  • advertisersUpdate (type: GoogleApi.DisplayVideo.V3.Model.EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate.t, default: nil) - The advertisers to add or remove from the list of advertisers that have read/write access to the inventory source. This change will remove an existing partner read/write accessor.
  • assignPartner (type: boolean(), default: nil) - Set the partner context as read/write accessor of the inventory source. This will remove all other current read/write advertiser accessors.
  • partnerId (type: String.t, default: nil) - Required. The partner context by which the accessors change is being made.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DisplayVideo.V3.Model.EditInventorySourceReadWriteAccessorsRequest{
    advertisersUpdate:
      GoogleApi.DisplayVideo.V3.Model.EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate.t()
      | nil,
    assignPartner: boolean() | nil,
    partnerId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.