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

Data size information, consists of a numeric value and a unit. Next ID: 3

Attributes

  • size (type: float(), default: nil) - Data size value, in the provided size unit
  • unit (type: String.t, default: nil) - The data size unit

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataSize{
  size: float() | nil,
  unit: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.