Class GetProjectBillingInfoRequest (2.2.0)

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

Request message for GetProjectBillingInfo.

Inheritance

Object > GetProjectBillingInfoRequest

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

GetProjectBillingInfoRequest()

public GetProjectBillingInfoRequest()

GetProjectBillingInfoRequest(GetProjectBillingInfoRequest)

public GetProjectBillingInfoRequest(GetProjectBillingInfoRequest other)
Parameter
NameDescription
otherGetProjectBillingInfoRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the project for which billing information is retrieved. For example, projects/tokyo-rain-123.

Property Value
TypeDescription
String