Show / Hide Table of Contents

Class Schema

The type of API resource. For Schema resources, this is always admin#directory#schema.

Inheritance
object
Schema
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.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class Schema : IDirectResponseSchema

Properties

DisplayName

Display name for the schema.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the resource.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Fields

A list of fields in the schema.

Declaration
[JsonProperty("fields")]
public virtual IList<SchemaFieldSpec> Fields { get; set; }
Property Value
Type Description
IList<SchemaFieldSpec>

Kind

Kind of resource this is.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

SchemaId

The unique identifier of the schema (Read-only)

Declaration
[JsonProperty("schemaId")]
public virtual string SchemaId { get; set; }
Property Value
Type Description
string

SchemaName

The schema's name. Each schema_name must be unique within a customer. Reusing a name results in a 409: Entity already exists error.

Declaration
[JsonProperty("schemaName")]
public virtual string SchemaName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX