GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Space (google_api_apigee v0.54.0)

View Source

Organization space resource.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Create timestamp of the space.
  • displayName (type: String.t, default: nil) - Optional. Display name of the space.
  • name (type: String.t, default: nil) - Output only. Identifier. Id of the space. This field is used as the resource name, and must follow AIP-122 guidelines.
  • updateTime (type: DateTime.t, default: nil) - Output only. Last modified timestamp of the space.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Space{
  createTime: DateTime.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.