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

Attributes

  • compression (type: String.t, default: nil) -
  • content (type: String.t, default: nil) -
  • uncompressedSize (type: String.t, default: nil) - Size hint. Set if compression != NO_COMPRESSION

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerFetchBodyData{
  compression: String.t() | nil,
  content: String.t() | nil,
  uncompressedSize: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.