GoogleApi.DeploymentManager.V2.Model.Type (google_api_deployment_manager v0.18.2) View Source
A resource type supported by Deployment Manager.
Attributes
-
id(type:String.t, default:nil) - -
insertTime(type:String.t, default:nil) - Output only. Creation timestamp in RFC3339 text format. -
name(type:String.t, default:nil) - Name of the type. -
operation(type:GoogleApi.DeploymentManager.V2.Model.Operation.t, default:nil) - Output only. The Operation that most recently ran, or is currently running, on this type. -
selfLink(type:String.t, default:nil) - Output only. Server defined URL for the resource.
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.Type{
id: String.t() | nil,
insertTime: String.t() | nil,
name: String.t() | nil,
operation: GoogleApi.DeploymentManager.V2.Model.Operation.t() | nil,
selfLink: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.