google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiProxy 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.