google_api_display_video v0.10.0 GoogleApi.DisplayVideo.V1.Model.Site View Source

A single site. Sites are apps or websites belonging to a channel.

Attributes

  • name (type: String.t, default: nil) - Output only. The resource name of the site.
  • urlOrAppId (type: String.t, default: nil) - Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DisplayVideo.V1.Model.Site{
  name: String.t(),
  urlOrAppId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.