Class LookupVersionRequest
Request for LookupVersion.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class LookupVersionRequest : IDirectResponseSchema
Properties
Deleted
Optional. If true, soft-deleted versions will be included in lookup, no matter if the subject is active or soft-deleted. If false, soft-deleted versions will be excluded. The default is false.
Declaration
[JsonProperty("deleted")]
public virtual bool? Deleted { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Normalize
Optional. If true, the schema will be normalized before being looked up. The default is false.
Declaration
[JsonProperty("normalize")]
public virtual bool? Normalize { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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 |