Class: Google::Cloud::Talent::V4beta1::DeleteTenantRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::DeleteTenantRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb
Overview
Request to delete a tenant.
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Attribute Details
#name ⇒ String
Returns 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".
68 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb', line 68 class DeleteTenantRequest; end |