Class: Google::Cloud::LicenseManager::V1::BillingInfo
- Inherits:
-
Object
- Object
- Google::Cloud::LicenseManager::V1::BillingInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/licensemanager/v1/api_entities.rb
Overview
Billing Information.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#user_count_billing ⇒ ::Google::Cloud::LicenseManager::V1::UserCountBillingInfo
Required.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. When the billing ends.
95 96 97 98 |
# File 'proto_docs/google/cloud/licensemanager/v1/api_entities.rb', line 95 class BillingInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. When the billing starts.
95 96 97 98 |
# File 'proto_docs/google/cloud/licensemanager/v1/api_entities.rb', line 95 class BillingInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_count_billing ⇒ ::Google::Cloud::LicenseManager::V1::UserCountBillingInfo
Returns Required. This type of billing uses user count for computing total charge.
95 96 97 98 |
# File 'proto_docs/google/cloud/licensemanager/v1/api_entities.rb', line 95 class BillingInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |