Class: Google::Cloud::LicenseManager::V1::UserCountBillingInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#user_count::Integer

Returns Required. Number of users to bill for.

Returns:

  • (::Integer)

    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