Class: Google::Cloud::Talent::V4::DeleteTenantRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::DeleteTenantRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/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".
79 80 81 82 |
# File 'proto_docs/google/cloud/talent/v4/tenant_service.rb', line 79 class DeleteTenantRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |