Class: Google::Cloud::LicenseManager::V1::UserCountBillingInfo
- Inherits:
-
Object
- Object
- Google::Cloud::LicenseManager::V1::UserCountBillingInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/licensemanager/v1/api_entities.rb
Overview
This approach uses total unique user count for billing.
Instance Attribute Summary collapse
-
#user_count ⇒ ::Integer
Required.
Instance Attribute Details
#user_count ⇒ ::Integer
Returns Required. Number of users to bill for.
104 105 106 107 |
# File 'proto_docs/google/cloud/licensemanager/v1/api_entities.rb', line 104 class UserCountBillingInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |