Discovery Engine v1 API - Class DeleteIdentityMappingStoreRequest (1.8.0)

public sealed class DeleteIdentityMappingStoreRequest : IMessage<DeleteIdentityMappingStoreRequest>, IEquatable<DeleteIdentityMappingStoreRequest>, IDeepCloneable<DeleteIdentityMappingStoreRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class DeleteIdentityMappingStoreRequest.

Request message for [IdentityMappingStoreService.DeleteIdentityMappingStore][google.cloud.discoveryengine.v1.IdentityMappingStoreService.DeleteIdentityMappingStore]

Inheritance

object > DeleteIdentityMappingStoreRequest

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

DeleteIdentityMappingStoreRequest()

public DeleteIdentityMappingStoreRequest()

DeleteIdentityMappingStoreRequest(DeleteIdentityMappingStoreRequest)

public DeleteIdentityMappingStoreRequest(DeleteIdentityMappingStoreRequest other)
Parameter
Name Description
other DeleteIdentityMappingStoreRequest

Properties

IdentityMappingStoreName

public IdentityMappingStoreName IdentityMappingStoreName { get; set; }

IdentityMappingStoreName-typed view over the Name resource name property.

Property Value
Type Description
IdentityMappingStoreName

Name

public string Name { get; set; }

Required. The name of the Identity Mapping Store to delete. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

Property Value
Type Description
string