Class GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequestInlineSource
The inline source to purge identity mapping entries from.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequestInlineSource : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
IdentityMappingEntries
A maximum of 10000 entries can be purged at one time
Declaration
[JsonProperty("identityMappingEntries")]
public virtual IList<GoogleCloudDiscoveryengineV1betaIdentityMappingEntry> IdentityMappingEntries { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudDiscoveryengineV1betaIdentityMappingEntry> |