GoogleApi.YouTube.V3.Model.InvideoBranding (google_api_you_tube v0.54.0)

View Source

Describes an invideo branding.

Attributes

  • imageBytes (type: String.t, default: nil) - The bytes the uploaded image. Only used in api to youtube communication.
  • imageUrl (type: String.t, default: nil) - The url of the uploaded image. Only used in apiary to api communication.
  • position (type: GoogleApi.YouTube.V3.Model.InvideoPosition.t, default: nil) - The spatial position within the video where the branding watermark will be displayed.
  • targetChannelId (type: String.t, default: nil) - The channel to which this branding links. If not present it defaults to the current channel.
  • timing (type: GoogleApi.YouTube.V3.Model.InvideoTiming.t, default: nil) - The temporal position within the video where watermark will be displayed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.InvideoBranding{
  imageBytes: String.t() | nil,
  imageUrl: String.t() | nil,
  position: GoogleApi.YouTube.V3.Model.InvideoPosition.t() | nil,
  targetChannelId: String.t() | nil,
  timing: GoogleApi.YouTube.V3.Model.InvideoTiming.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.