View Source GoogleApi.ApigeeRegistry.V1.Model.RollbackApiDeploymentRequest (google_api_apigee_registry v0.4.0)

Request message for RollbackApiDeployment.

Attributes

  • revisionId (type: String.t, default: nil) - Required. The revision ID to roll back to. It must be a revision of the same deployment. Example: c7cfa2a8

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ApigeeRegistry.V1.Model.RollbackApiDeploymentRequest{
  revisionId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.