Class ExtendedMetadataSchema
ExtendedMetadataSchema represents a schema for extended metadata of a service or workload.
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1.Data
Assembly: Google.Apis.AppHub.v1.dll
Syntax
public class ExtendedMetadataSchema : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
JsonSchema
Output only. The JSON schema as a string.
Declaration
[JsonProperty("jsonSchema")]
public virtual string JsonSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. Resource name of the schema. Format: projects//locations//extendedMetadataSchemas/
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SchemaVersion
Output only. The version of the schema. New versions are required to be backwards compatible.
Declaration
[JsonProperty("schemaVersion")]
public virtual long? SchemaVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |