Google Cloud Billing v1 API - Class GetProjectBillingInfoRequest (3.4.0)

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.

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

ProjectName

public ProjectName ProjectName { get; set; }

ProjectName-typed view over the Name resource name property.

Property Value
TypeDescription
ProjectName