View Source GoogleApi.DisplayVideo.V1.Model.Channel (google_api_display_video v0.35.0)

A single channel. Channels are custom groups of related websites and apps.

Attributes

  • advertiserId (type: String.t, default: nil) - The ID of the advertiser that owns the channel.
  • channelId (type: String.t, default: nil) - Output only. The unique ID of the channel. Assigned by the system.
  • displayName (type: String.t, default: nil) - Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
  • name (type: String.t, default: nil) - Output only. The resource name of the channel.
  • negativelyTargetedLineItemCount (type: String.t, default: nil) - Output only. Number of line items that are directly targeting this channel negatively.
  • partnerId (type: String.t, default: nil) - The ID of the partner that owns the channel.
  • positivelyTargetedLineItemCount (type: String.t, default: nil) - Output only. Number of line items that are directly targeting this channel positively.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.Channel{
  advertiserId: String.t() | nil,
  channelId: String.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  negativelyTargetedLineItemCount: String.t() | nil,
  partnerId: String.t() | nil,
  positivelyTargetedLineItemCount: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.