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