Show / Hide Table of Contents

Class SearchConnectionInstance

SearchConnectionInstance represents an instance of connector with specific fields

Inheritance
object
SearchConnectionInstance
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 SearchConnectionInstance : IDirectResponseSchema

Properties

ActionSchema

Output only. Schema of a runtime action.

Declaration
[JsonProperty("actionSchema")]
public virtual RuntimeActionSchema ActionSchema { get; set; }
Property Value
Type Description
RuntimeActionSchema

Connection

Output only. Connection details

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

ETag

The ETag of the item.

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

EntitySchema

Output only. Schema of a runtime entity.

Declaration
[JsonProperty("entitySchema")]
public virtual RuntimeEntitySchema EntitySchema { get; set; }
Property Value
Type Description
RuntimeEntitySchema

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX