GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiProxy (google_api_apigee v0.38.0) View Source
Metadata describing the API proxy
Attributes
-
labels
(type:map()
, default:nil
) - User labels applied to this API Proxy. -
latestRevisionId
(type:String.t
, default:nil
) - Output only. The id of the most recently created revision for this api proxy. -
metaData
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EntityMetadata.t
, default:nil
) - Output only. Metadata describing the API proxy. -
name
(type:String.t
, default:nil
) - Output only. Name of the API proxy. -
revision
(type:list(String.t)
, default:nil
) - Output only. List of revisons defined for the API proxy.
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.GoogleCloudApigeeV1ApiProxy{ labels: map() | nil, latestRevisionId: String.t() | nil, metaData: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EntityMetadata.t() | nil, name: String.t() | nil, revision: [String.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.