Class SchemaVersion
Version of a schema.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class SchemaVersion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Required. The schema ID.
Declaration
[JsonProperty("id")]
public virtual int? Id { get; set; }
Property Value
Type | Description |
---|---|
int? |
References
Optional. The schema references used by the schema.
Declaration
[JsonProperty("references")]
public virtual IList<SchemaReference> References { get; set; }
Property Value
Type | Description |
---|---|
IList<SchemaReference> |
Schema
Required. The schema payload.
Declaration
[JsonProperty("schema")]
public virtual string Schema { get; set; }
Property Value
Type | Description |
---|---|
string |
SchemaType
Optional. The schema type of the schema.
Declaration
[JsonProperty("schemaType")]
public virtual string SchemaType { get; set; }
Property Value
Type | Description |
---|---|
string |
Subject
Required. The subject of the version.
Declaration
[JsonProperty("subject")]
public virtual string Subject { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Required. The version ID
Declaration
[JsonProperty("version")]
public virtual int? Version { get; set; }
Property Value
Type | Description |
---|---|
int? |