VideoGoogleVideoClipInfo

GoogleApi.ContentWarehouse.V1.Model.VideoGoogleVideoClipInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoGoogleVideoClipInfo