Class ExtendSchemaRequest
ExtendSchemaRequest is the request message for ExtendSchema method.
Implements
Inherited Members
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 |