GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Environment (google_api_apigee v0.33.0) View Source
Attributes
-
createdAt
(type:String.t
, default:nil
) - Output only. Creation time of this environment as milliseconds since epoch. -
description
(type:String.t
, default:nil
) - Optional. Description of the environment. -
displayName
(type:String.t
, default:nil
) - Optional. Display name for this environment. -
lastModifiedAt
(type:String.t
, default:nil
) - Output only. Last modification time of this environment as milliseconds since epoch. -
name
(type:String.t
, default:nil
) - Required. Name of the environment. Values must match the regular expression^[.\\p{Alnum}-_]{1,255}$
-
properties
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Properties.t
, default:nil
) - Optional. Key-value pairs that may be used for customizing the environment. -
state
(type:String.t
, default:nil
) - Output only. State of the environment. Values other than ACTIVE means the resource is not ready to use.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Environment{ createdAt: String.t() | nil, description: String.t() | nil, displayName: String.t() | nil, lastModifiedAt: String.t() | nil, name: String.t() | nil, properties: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Properties.t() | nil, state: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.