Class GetProjectRequest (1.1.0)

public sealed class GetProjectRequest : IMessage<GetProjectRequest>, IEquatable<GetProjectRequest>, IDeepCloneable<GetProjectRequest>, IBufferMessage, IMessage

The request sent to the [GetProject][google.cloud.resourcemanager.v3.Projects.GetProject] method.

Inheritance

Object > GetProjectRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

GetProjectRequest()

public GetProjectRequest()

GetProjectRequest(GetProjectRequest)

public GetProjectRequest(GetProjectRequest other)
Parameter
NameDescription
otherGetProjectRequest

Properties

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String

ProjectName

public ProjectName ProjectName { get; set; }

ProjectName-typed view over the Name resource name property.

Property Value
TypeDescription
ProjectName