View Source GoogleApi.ContentWarehouse.V1.Model.VideoGoogleVideoClipInfo (google_api_content_warehouse v0.4.0)

YT app video information. (go/yt-create-vsi-data)

Attributes

  • aloudLoggingId (type: String.t, default: nil) - Used to track videos produced via Aloud dubbing.
  • appVersion (type: String.t, default: nil) - YT app version (ie. YT Create app version).
  • assetLoggingId (type: list(String.t), default: nil) - List of YT media asset logging ids.
  • dubbingLoggingId (type: String.t, default: nil) - Used to track videos produced via Universal Dubbing.
  • productType (type: String.t, default: nil) - Product used to create this video clip.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoGoogleVideoClipInfo{
  aloudLoggingId: String.t() | nil,
  appVersion: String.t() | nil,
  assetLoggingId: [String.t()] | nil,
  dubbingLoggingId: String.t() | nil,
  productType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.