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.
32 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb', line 32 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/foo/tenants/bar/profiles/baz".
32 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb', line 32 class CreateApplicationRequest; end |