Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaDestinationConfig

Defines target endpoints used to connect to third-party sources.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaDestinationConfig
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaDestinationConfig : IDirectResponseSchema

Properties

Destinations

Optional. The destinations for the corresponding key.

Declaration
[JsonProperty("destinations")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination> Destinations { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination>

ETag

The ETag of the item.

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

Key

Optional. Unique destination identifier that is supported by the connector.

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

Params__

Optional. Additional parameters for this destination config.

Declaration
[JsonProperty("params")]
public virtual IDictionary<string, object> Params__ { get; set; }
Property Value
Type Description
IDictionary<string, object>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX