public sealed class GetProjectBillingInfoRequest : IMessage<GetProjectBillingInfoRequest>, IEquatable<GetProjectBillingInfoRequest>, IDeepCloneable<GetProjectBillingInfoRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Billing v1 API class GetProjectBillingInfoRequest.
Request message for GetProjectBillingInfo
.
Implements
IMessageGetProjectBillingInfoRequest, IEquatableGetProjectBillingInfoRequest, IDeepCloneableGetProjectBillingInfoRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
GetProjectBillingInfoRequest()
public GetProjectBillingInfoRequest()
GetProjectBillingInfoRequest(GetProjectBillingInfoRequest)
public GetProjectBillingInfoRequest(GetProjectBillingInfoRequest other)
Parameter | |
---|---|
Name | Description |
other | GetProjectBillingInfoRequest |
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 | |
---|---|
Type | Description |
string |
ProjectBillingInfoName
public ProjectBillingInfoName ProjectBillingInfoName { get; set; }
ProjectBillingInfoName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ProjectBillingInfoName |