Class ListSchemasResponse
Response for the ListSchemas method.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class ListSchemasResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
If not empty, indicates that there may be more schemas that match the request; this value should be passed
in a new ListSchemasRequest.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Schemas
The resulting schemas.
Declaration
[JsonProperty("schemas")]
public virtual IList<Schema> Schemas { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Schema> |