View Source GoogleApi.DeploymentManager.V2.Model.Type (google_api_deployment_manager v0.21.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.