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

Response for the ListSchemaRevisions method.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token that can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.
  • schemas (type: list(GoogleApi.PubSub.V1.Model.Schema.t), default: nil) - The revisions of the schema.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PubSub.V1.Model.ListSchemaRevisionsResponse{
  nextPageToken: String.t() | nil,
  schemas: [GoogleApi.PubSub.V1.Model.Schema.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.