Class GetProjectRequest (2.0.0)

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

A request message for Projects.Get. See the method description for details.

Inheritance

Object > GetProjectRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetProjectRequest()

public GetProjectRequest()

GetProjectRequest(GetProjectRequest)

public GetProjectRequest(GetProjectRequest other)
Parameter
NameDescription
otherGetProjectRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String