google_api_apigee v0.11.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RevisionStatus View Source
The status of a specific resource revision.
Attributes
-
errors
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1UpdateError.t)
, default:nil
) - Errors reported when attempting to load this revision. -
jsonSpec
(type:String.t
, default:nil
) - The json content of the resource revision. -
replicas
(type:integer()
, default:nil
) - The number of replicas that have successfully loaded this revision. -
revisionId
(type:String.t
, default:nil
) - The revision of the resource.
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.GoogleCloudApigeeV1RevisionStatus{ errors: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1UpdateError.t()], jsonSpec: String.t(), replicas: integer(), revisionId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.