public sealed class CreateProjectRequest : IMessage<CreateProjectRequest>, IEquatable<CreateProjectRequest>, IDeepCloneable<CreateProjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class CreateProjectRequest.
The request sent to the [CreateProject][google.cloud.resourcemanager.v3.Projects.CreateProject] method.
Implements
IMessageCreateProjectRequest, IEquatableCreateProjectRequest, IDeepCloneableCreateProjectRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
CreateProjectRequest()
public CreateProjectRequest()
CreateProjectRequest(CreateProjectRequest)
public CreateProjectRequest(CreateProjectRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateProjectRequest |
Properties
Project
public Project Project { get; set; }
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 Organization, the parent
will be set to that Organization.
Property Value | |
---|---|
Type | Description |
Project |