View Source GoogleApi.PubSub.V1.Model.RollbackSchemaRequest (google_api_pub_sub v0.38.0)

Request for the RollbackSchema method.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.