View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RevisionStatus (google_api_apigee v0.46.0)

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. Large specs should be sent individually via the spec field to avoid hitting request size limits.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RevisionStatus{
  errors: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1UpdateError.t()] | nil,
  jsonSpec: String.t() | nil,
  replicas: integer() | nil,
  revisionId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.