Class CreateVersionResponse
Response for CreateVersion.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class CreateVersionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The unique identifier of the schema created.
Declaration
[JsonProperty("id")]
public virtual int? Id { get; set; }
Property Value
Type | Description |
---|---|
int? |