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

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

Attributes

  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.