View Source GoogleApi.DisplayVideo.V3.Model.ThirdPartyVendorConfig (google_api_display_video v0.37.2)

Settings that control how third-party measurement vendors are configured.

Attributes

  • placementId (type: String.t, default: nil) - The ID used by the platform of the third-party vendor to identify the line item.
  • vendor (type: String.t, default: nil) - The third-party measurement vendor.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.ThirdPartyVendorConfig{
  placementId: String.t() | nil,
  vendor: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.