google_api_deployment_manager v0.4.0 GoogleApi.DeploymentManager.V2.Model.Type 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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DeploymentManager.V2.Model.Type{
id: String.t(),
insertTime: String.t(),
name: String.t(),
operation: GoogleApi.DeploymentManager.V2.Model.Operation.t(),
selfLink: String.t()
}
t() :: %GoogleApi.DeploymentManager.V2.Model.Type{ id: String.t(), insertTime: String.t(), name: String.t(), operation: GoogleApi.DeploymentManager.V2.Model.Operation.t(), selfLink: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.