View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision (google_api_apigee v0.53.1)

Revisions deployed in the MPs.

Attributes

  • percentage (type: integer(), default: nil) - Percentage of MP replicas reporting this revision.
  • revision (type: String.t, default: nil) - API proxy revision reported as deployed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision{
    percentage: integer() | nil,
    revision: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.