Class: Google::Cloud::LicenseManager::V1::UserCountUsage
- Inherits:
-
Object
- Object
- Google::Cloud::LicenseManager::V1::UserCountUsage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/licensemanager/v1/api_entities.rb
Overview
Message representing usage for license configurations which use user-count billing.
Instance Attribute Summary collapse
-
#unique_user_count ⇒ ::Integer
Required.
Instance Attribute Details
#unique_user_count ⇒ ::Integer
Returns Required. Unique number of licensed users.
114 115 116 117 |
# File 'proto_docs/google/cloud/licensemanager/v1/api_entities.rb', line 114 class UserCountUsage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |