GoogleApi.DeploymentManager.V2.Model.Type (google_api_deployment_manager v0.15.0) 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(),
  insertTime: String.t(),
  name: String.t(),
  operation: GoogleApi.DeploymentManager.V2.Model.Operation.t(),
  selfLink: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.