Class CreateProjectRequest (1.5.0)

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

The request sent to the CreateProject method.

Attribute

NameDescription
project google.cloud.resourcemanager_v3.types.Project
Required. The Project to create. Project ID is required. If the requested ID is unavailable, the request fails. If the ``parent`` field is set, the ``resourcemanager.projects.create`` permission is checked on the parent resource. If no parent is set and the authorization credentials belong to an Organziation, the parent will be set to that Organization.

Inheritance

builtins.object > proto.message.Message > CreateProjectRequest