View Source GoogleApi.Admin.Reports_v1.Model.UsageReportsWarningsData (google_api_admin v0.40.0)

Attributes

  • key (type: String.t, default: nil) - Key associated with a key-value pair to give detailed information on the warning.
  • value (type: String.t, default: nil) - Value associated with a key-value pair to give detailed information on the warning.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Reports_v1.Model.UsageReportsWarningsData{
  key: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.