Show / Hide Table of Contents

Class ExtendSchemaRequest

ExtendSchemaRequest is the request message for ExtendSchema method.

Inheritance
object
ExtendSchemaRequest
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.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.Data
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.dll
Syntax
public class ExtendSchemaRequest : IDirectResponseSchema

Properties

Description

Required. Description for Schema Change.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileContents

File uploaded as a byte stream input.

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

GcsPath

File stored in Cloud Storage bucket and represented in the form projects/{project_id}/buckets/{bucket_name}/objects/{object_name} File should be in the same project as the domain.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX