GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVideoPreviewsDebuggingInfo
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
lastAmarnaProcessingTime
(type:DateTime.t
, default:nil
)
- Last Amarna processing timestamp. -
processingEngine
(type:String.t
, default:nil
)
- The underlying processing engine, like 'viper' or 'kronos'.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVideoPreviewsDebuggingInfo{
lastAmarnaProcessingTime: DateTime.t() | nil,
processingEngine: String.t() | nil
}
lastAmarnaProcessingTime: DateTime.t() | nil,
processingEngine: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVideoPreviewsDebuggingInfo