Class: Google::Cloud::Talent::V4beta1::DeleteApplicationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::DeleteApplicationRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb
Overview
Request to delete a application.
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Attribute Details
#name ⇒ String
Returns Required. The resource name of the application to be deleted.
The format is "projects/project_id/tenants/tenant_id/profiles/profile_id/applications/application_id". For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".
72 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb', line 72 class DeleteApplicationRequest; end |