Class GoogleCloudDiscoveryengineV1alphaCompleteExternalIdentitiesResponse
Response message for CompletionService.CompleteExternalIdentities.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaCompleteExternalIdentitiesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalIdentities
The list of external identities that match the query.
Declaration
[JsonProperty("externalIdentities")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaExternalIdentity> ExternalIdentities { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaExternalIdentity> |