Class ListSchemaRegistriesResponse
Request for ListSchemaRegistries.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class ListSchemaRegistriesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SchemaRegistries
The schema registry instances.
Declaration
[JsonProperty("schemaRegistries")]
public virtual IList<SchemaRegistry> SchemaRegistries { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SchemaRegistry> |