Show / Hide Table of Contents

Class DestinationConfigTemplate

DestinationConfigTemplate defines required destinations supported by the Connector.

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

Properties

AutocompleteSuggestions

Autocomplete suggestions for destination URL field.

Declaration
[JsonProperty("autocompleteSuggestions")]
public virtual IList<string> AutocompleteSuggestions { get; set; }
Property Value
Type Description
IList<string>

DefaultPort

The default port.

Declaration
[JsonProperty("defaultPort")]
public virtual int? DefaultPort { get; set; }
Property Value
Type Description
int?

Description

Description.

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

DisplayName

Display name of the parameter.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

IsAdvanced

Whether the current destination tempalate is part of Advanced settings

Declaration
[JsonProperty("isAdvanced")]
public virtual bool? IsAdvanced { get; set; }
Property Value
Type Description
bool?

Key

Key of the destination.

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

Max

The maximum number of destinations supported for this key.

Declaration
[JsonProperty("max")]
public virtual int? Max { get; set; }
Property Value
Type Description
int?

Min

The minimum number of destinations supported for this key.

Declaration
[JsonProperty("min")]
public virtual int? Min { get; set; }
Property Value
Type Description
int?

PortFieldType

Whether port number should be provided by customers.

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

RegexPattern

Regex pattern for host.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX