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

Describes our knowledge about whether a stored file is truncated with respect to its original file online.

Attributes

  • originalFileSizeLowerBoundBytes (type: String.t, default: nil) - A lower bound on the original file's size.
  • truncationState (type: String.t, default: nil) - Indicates whether the stored file is equal to the original file (COMPLETE), is only a prefix (TRUNCATED), or that we don't know (UNKNOWN, the default).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryFileTruncationInfo{
  originalFileSizeLowerBoundBytes: String.t() | nil,
  truncationState: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.