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

A resource type supported by Deployment Manager.

Attributes

  • id (String.t): Output only. Unique identifier for the resource; defined by the server. Defaults to: null.
  • insertTime (String.t): Output only. Timestamp when the type was created, 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. Self link for the type. 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.