Show / Hide Table of Contents

Class ExtendedMetadataSchema

ExtendedMetadataSchema represents a schema for extended metadata of a service or workload.

Inheritance
object
ExtendedMetadataSchema
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX