Class CreateApplicationRequest (2.3.0)

CreateApplicationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The Request of the CreateApplication method. .. attribute:: parent

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".

:type: str

Attribute

NameDescription
application google.cloud.talent_v4beta1.types.Application
Required. The application to be created.