Class: Google::Cloud::Talent::V4beta1::CreateProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::CreateProfileRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb
Overview
Create profile request.
Instance Attribute Summary collapse
-
#parent ⇒ String
Required.
-
#profile ⇒ Google::Cloud::Talent::V4beta1::Profile
Required.
Instance Attribute Details
#parent ⇒ String
Returns Required.
The name of the tenant this profile belongs to.
The format is "projects/project_id/tenants/tenant_id", for example, "projects/api-test-project/tenants/foo".
80 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 80 class CreateProfileRequest; end |
#profile ⇒ Google::Cloud::Talent::V4beta1::Profile
Returns Required.
The profile to be created.
80 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 80 class CreateProfileRequest; end |