View Source GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaSignalsBlobInfo (google_api_content_warehouse v0.4.0)

Attributes

  • signalsBlobId (type: String.t, default: nil) - Blob id for AmarnaSignalsBlob (see Blob 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 (see Dirty field section in go/revisit-frame-level-signals-amarna).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryAmarnaSignalsBlobInfo{
    signalsBlobId: String.t() | nil,
    signalsBlobUpdateTimestamp: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.