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

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 app ID or URL of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.