Class SearchConnectionInstance
SearchConnectionInstance represents an instance of connector with specific fields
Implements
Inherited Members
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 |