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

Attributes

  • code (type: String.t, default: nil) - Machine readable code or warning type. The warning code value is 200.
  • data (type: list(GoogleApi.Admin.Reports_v1.Model.UsageReportsWarningsData.t), default: nil) - Key-value pairs to give detailed information on the warning.
  • message (type: String.t, default: nil) - The human readable messages for a warning are: - Data is not available warning - Sorry, data for date yyyy-mm-dd for application "application name" is not available. - Partial data is available warning - Data for date yyyy-mm-dd for application "application name" is not available right now, please try again after a few hours.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Reports_v1.Model.UsageReportsWarnings{
  code: String.t() | nil,
  data: [GoogleApi.Admin.Reports_v1.Model.UsageReportsWarningsData.t()] | nil,
  message: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.