Class CreateApplicationRequest (2.6.0)

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

The Request of the CreateApplication method.

Attributes

NameDescription
parent str
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".
application google.cloud.talent_v4beta1.types.Application
Required. The application to be created.

Inheritance

builtins.object > proto.message.Message > CreateApplicationRequest