google_api_deployment_manager v0.1.0 GoogleApi.DeploymentManager.V2.Model.OperationWarnings View Source
Attributes
- code (String.t): [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. Defaults to:
null
. - data ([OperationData]): [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } Defaults to:
null
. - message (String.t): [Output Only] A human-readable description of the warning code. Defaults to:
null
.
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 Source
t() :: %GoogleApi.DeploymentManager.V2.Model.OperationWarnings{ code: any(), data: [GoogleApi.DeploymentManager.V2.Model.OperationData.t()], message: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.