GoogleApi.DeploymentManager.V2.Model.ResourceUpdateWarnings (google_api_deployment_manager v0.18.2) View Source
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.DeploymentManager.V2.Model.ResourceUpdateWarningsData.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
Specs
t() :: %GoogleApi.DeploymentManager.V2.Model.ResourceUpdateWarnings{
code: String.t() | nil,
data:
[GoogleApi.DeploymentManager.V2.Model.ResourceUpdateWarningsData.t()] | nil,
message: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.