Reference documentation and code samples for the License Manager V1 API class Google::Cloud::LicenseManager::V1::BillingInfo.
Billing Information.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. When the billing ends.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. When the billing starts.
#user_count_billing
def user_count_billing() -> ::Google::Cloud::LicenseManager::V1::UserCountBillingInfo
Returns
- (::Google::Cloud::LicenseManager::V1::UserCountBillingInfo) — Required. This type of billing uses user count for computing total charge.
#user_count_billing=
def user_count_billing=(value) -> ::Google::Cloud::LicenseManager::V1::UserCountBillingInfo
Parameter
- value (::Google::Cloud::LicenseManager::V1::UserCountBillingInfo) — Required. This type of billing uses user count for computing total charge.
Returns
- (::Google::Cloud::LicenseManager::V1::UserCountBillingInfo) — Required. This type of billing uses user count for computing total charge.