License Manager v1 API - Class BillingInfo (1.0.0-beta01)

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

Reference documentation and code samples for the License Manager v1 API class BillingInfo.

Billing Information.

Inheritance

object > BillingInfo

Namespace

Google.Cloud.LicenseManager.V1

Assembly

Google.Cloud.LicenseManager.V1.dll

Constructors

BillingInfo()

public BillingInfo()

BillingInfo(BillingInfo)

public BillingInfo(BillingInfo other)
Parameter
Name Description
other BillingInfo

Properties

CurrentBillingInfoCase

public BillingInfo.CurrentBillingInfoOneofCase CurrentBillingInfoCase { get; }
Property Value
Type Description
BillingInfoCurrentBillingInfoOneofCase

EndTime

public Timestamp EndTime { get; set; }

Output only. When the billing ends.

Property Value
Type Description
Timestamp

StartTime

public Timestamp StartTime { get; set; }

Output only. When the billing starts.

Property Value
Type Description
Timestamp

UserCountBilling

public UserCountBillingInfo UserCountBilling { get; set; }

Required. This type of billing uses user count for computing total charge.

Property Value
Type Description
UserCountBillingInfo