Show / Hide Table of Contents

Class FetchAuthSchemaResponse

Response message for Connectors.GetAuthSchema.

Inheritance
object
FetchAuthSchemaResponse
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.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class FetchAuthSchemaResponse : IDirectResponseSchema

Properties

AuthSchemas

List of AuthSchemas.

Declaration
[JsonProperty("authSchemas")]
public virtual IList<AuthSchema> AuthSchemas { get; set; }
Property Value
Type Description
IList<AuthSchema>

ETag

The ETag of the item.

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

JsonSchema

JSON schema of the AuthSchemas. This is only populated if the view is JSON_SCHEMA. The schema is in draft-07 format.

Declaration
[JsonProperty("jsonSchema")]
public virtual JsonAuthSchema JsonSchema { get; set; }
Property Value
Type Description
JsonAuthSchema

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX