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

Request message for RollbackApiSpec.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.