public sealed class UndeleteProjectRequest : IMessage<UndeleteProjectRequest>, IEquatable<UndeleteProjectRequest>, IDeepCloneable<UndeleteProjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class UndeleteProjectRequest.
The request sent to the [UndeleteProject] [google.cloud.resourcemanager.v3.Projects.UndeleteProject] method.
Implements
IMessage<UndeleteProjectRequest>, IEquatable<UndeleteProjectRequest>, IDeepCloneable<UndeleteProjectRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
UndeleteProjectRequest()
public UndeleteProjectRequest()
UndeleteProjectRequest(UndeleteProjectRequest)
public UndeleteProjectRequest(UndeleteProjectRequest other)
Parameter | |
---|---|
Name | Description |
other | UndeleteProjectRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the project (for example, projects/415104041262
).
Required.
Property Value | |
---|---|
Type | Description |
String |
ProjectName
public ProjectName ProjectName { get; set; }
ProjectName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |