GoogleApi.PubSub.V1.Model.ListSchemaRevisionsResponse (google_api_pub_sub v0.42.0)
View SourceResponse for the ListSchemaRevisions method.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token that can be sent aspage_tokento 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 }