GoogleApi.Admin.Reports_v1.Model.UsageReportsWarnings (google_api_admin v0.34.1) View Source
Attributes
-
code(type:String.t, default:nil) - Machine readable code or warning type. The warning code value is200. -
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
Specs
t() :: %GoogleApi.Admin.Reports_v1.Model.UsageReportsWarnings{
code: String.t() | nil,
data: [GoogleApi.Admin.Reports_v1.Model.UsageReportsWarningsData.t()] | nil,
message: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.