public sealed class BillingInfo : IMessage<BillingInfo>, IEquatable<BillingInfo>, IDeepCloneable<BillingInfo>, IBufferMessage, IMessageReference documentation and code samples for the License Manager v1 API class BillingInfo.
Billing Information.
Implements
IMessageBillingInfo, IEquatableBillingInfo, IDeepCloneableBillingInfo, IBufferMessage, IMessageNamespace
Google.Cloud.LicenseManager.V1Assembly
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 |
|