GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaSignalsBlobInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
signalsBlobId
(type:String.t
, default:nil
)
- Blob id for AmarnaSignalsBlob (seeBlob proto
section of go/revisit-frame-level-signals-amarna). -
signalsBlobUpdateTimestamp
(type:DateTime.t
, default:nil
)
- Additional timestamp field for when the blob is written/updated, serving as the dirty field to help checksum-based update push (seeDirty field
section in go/revisit-frame-level-signals-amarna).
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaSignalsBlobInfo{
signalsBlobId: String.t() | nil,
signalsBlobUpdateTimestamp: DateTime.t() | nil
}
signalsBlobId: String.t() | nil,
signalsBlobUpdateTimestamp: DateTime.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaSignalsBlobInfo