View Source GoogleApi.DisplayVideo.V3.Model.InventorySourceAccessors (google_api_display_video v0.38.3)

The partner or advertisers with access to the inventory source.

Attributes

  • advertisers (type: GoogleApi.DisplayVideo.V3.Model.InventorySourceAccessorsAdvertiserAccessors.t, default: nil) - The advertisers with access to the inventory source. All advertisers must belong to the same partner.
  • partner (type: GoogleApi.DisplayVideo.V3.Model.InventorySourceAccessorsPartnerAccessor.t, default: nil) - The partner with access to the inventory source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DisplayVideo.V3.Model.InventorySourceAccessors{
  advertisers:
    GoogleApi.DisplayVideo.V3.Model.InventorySourceAccessorsAdvertiserAccessors.t()
    | nil,
  partner:
    GoogleApi.DisplayVideo.V3.Model.InventorySourceAccessorsPartnerAccessor.t()
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.