View Source GoogleApi.Admin.Directory_v1.Model.ByteUsage (google_api_admin v0.43.0)

Represents a data capacity with some amount of current usage in bytes.

Attributes

  • capacityBytes (type: String.t, default: nil) - Output only. The total capacity value, in bytes.
  • usedBytes (type: String.t, default: nil) - Output only. The current usage value, in bytes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.ByteUsage{
  capacityBytes: String.t() | nil,
  usedBytes: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.