google_api_admin v0.11.0 GoogleApi.Admin.Reports_v1.Model.UsageReportsWarnings View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Admin.Reports_v1.Model.UsageReportsWarnings{ code: String.t(), data: [GoogleApi.Admin.Reports_v1.Model.UsageReportsWarningsData.t()], message: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.