Class: Google::Cloud::Talent::V4beta1::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::CreateApplicationRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb
Overview
The Request of the CreateApplication method.
Instance Attribute Summary collapse
-
#application ⇒ Google::Cloud::Talent::V4beta1::Application
Required.
-
#parent ⇒ String
Required.
Instance Attribute Details
#application ⇒ Google::Cloud::Talent::V4beta1::Application
Returns Required.
The application to be created.
35 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb', line 35 class CreateApplicationRequest; end |
#parent ⇒ String
Returns Required.
Resource name of the profile under which the application is created.
The format is "projects/project_id/tenants/tenant_id/profiles/profile_id", for example, "projects/test-project/tenants/test-tenant/profiles/test-profile".
35 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb', line 35 class CreateApplicationRequest; end |