View Source GoogleApi.Connectors.V1.Model.DestinationConfigTemplate (google_api_connectors v0.7.0)
DestinationConfigTemplate defines required destinations supported by the Connector.
Attributes
-
autocompleteSuggestions
(type:list(String.t)
, default:nil
) - Autocomplete suggestions for destination URL field. -
defaultPort
(type:integer()
, default:nil
) - The default port. -
description
(type:String.t
, default:nil
) - Description. -
displayName
(type:String.t
, default:nil
) - Display name of the parameter. -
isAdvanced
(type:boolean()
, default:nil
) - Whether the current destination tempalate is part of Advanced settings -
key
(type:String.t
, default:nil
) - Key of the destination. -
max
(type:integer()
, default:nil
) - The maximum number of destinations supported for this key. -
min
(type:integer()
, default:nil
) - The minimum number of destinations supported for this key. -
portFieldType
(type:String.t
, default:nil
) - Whether port number should be provided by customers. -
regexPattern
(type:String.t
, default:nil
) - Regex pattern for host.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.DestinationConfigTemplate{ autocompleteSuggestions: [String.t()] | nil, defaultPort: integer() | nil, description: String.t() | nil, displayName: String.t() | nil, isAdvanced: boolean() | nil, key: String.t() | nil, max: integer() | nil, min: integer() | nil, portFieldType: String.t() | nil, regexPattern: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.