Cloud Resource Manager v3 API - Class UndeleteProjectRequest (2.4.0)

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.

Inheritance

object > UndeleteProjectRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

UndeleteProjectRequest()

public UndeleteProjectRequest()

UndeleteProjectRequest(UndeleteProjectRequest)

public UndeleteProjectRequest(UndeleteProjectRequest other)
Parameter
NameDescription
otherUndeleteProjectRequest

Properties

Name

public string Name { get; set; }

Required. The name of the project (for example, projects/415104041262).

Required.

Property Value
TypeDescription
string

ProjectName

public ProjectName ProjectName { get; set; }

ProjectName-typed view over the Name resource name property.

Property Value
TypeDescription
ProjectName