public sealed class DeleteTenantRequest : IMessage<DeleteTenantRequest>, IEquatable<DeleteTenantRequest>, IDeepCloneable<DeleteTenantRequest>, IBufferMessage, IMessage
Request to delete a tenant.
Inheritance
System.Object > DeleteTenantRequestImplements
Google.Protobuf.IMessage<DeleteTenantRequest>, System.IEquatable<DeleteTenantRequest>, Google.Protobuf.IDeepCloneable<DeleteTenantRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
DeleteTenantRequest()
public DeleteTenantRequest()
DeleteTenantRequest(DeleteTenantRequest)
public DeleteTenantRequest(DeleteTenantRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteTenantRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the tenant to be deleted.
The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
Property Value | |
---|---|
Type | Description |
System.String |
TenantName
public TenantName TenantName { get; set; }
TenantName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
TenantName |