google_api_deployment_manager v0.2.0 GoogleApi.DeploymentManager.V2.Model.Type View Source

A resource type supported by Deployment Manager.

Attributes

  • id (String.t): Defaults to: null.
  • insertTime (String.t): Output only. Creation timestamp in RFC3339 text format. Defaults to: null.
  • name (String.t): Name of the type. Defaults to: null.
  • operation (Operation): Output only. The Operation that most recently ran, or is currently running, on this type. Defaults to: null.
  • selfLink (String.t): Output only. Server defined URL for the resource. 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.Type{
  id: any(),
  insertTime: any(),
  name: any(),
  operation: GoogleApi.DeploymentManager.V2.Model.Operation.t(),
  selfLink: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.