google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.AddressAggregatedListWarning View Source
[Output Only] Informational warning message.
Attributes
code
(type:String.t
, default:nil
) - [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.data
(type:list(GoogleApi.Compute.V1.Model.AddressAggregatedListWarningData.t)
, default:nil
) - [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }message
(type:String.t
, default:nil
) - [Output Only] A human-readable description of the warning code.
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.Compute.V1.Model.AddressAggregatedListWarning{ code: String.t(), data: [GoogleApi.Compute.V1.Model.AddressAggregatedListWarningData.t()], message: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.