GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryApiItagSpecificMetadata
Table of Contents ▼
Jump to a specific part of the page:
Description
The metadata returned with each transcode. Next available field: 9
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
expirationTimestampSec
(type:String.t
, default:nil
)
- Timestamp (measured in seconds since epoch) after which Amarna will delete the serving transcode. -
genus
(type:String.t
, default:nil
)
- The Venom Genus that this transcode was produced for. -
state
(type:String.t
, default:nil
)
- Indicates the state in Venom for this transcode type. -
transcodeItag
(type:integer()
, default:nil
)
- transcode type which are available for the video. -
videoId
(type:GoogleApi.ContentWarehouse.V1.Model.VideoAssetsVenomVideoId
, default:nil
)
- The Venom ID that this transcode was produced for.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryApiItagSpecificMetadata{
expirationTimestampSec: String.t() | nil,
genus: String.t() | nil,
state: String.t() | nil,
transcodeItag: integer() | nil,
videoId: GoogleApi.ContentWarehouse.V1.Model.VideoAssetsVenomVideoId.t() | nil,
xtagsList: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryApiXtagList.t() | nil
}
expirationTimestampSec: String.t() | nil,
genus: String.t() | nil,
state: String.t() | nil,
transcodeItag: integer() | nil,
videoId: GoogleApi.ContentWarehouse.V1.Model.VideoAssetsVenomVideoId.t() | nil,
xtagsList: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryApiXtagList.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryApiItagSpecificMetadata