Class: Google::Cloud::Commerce::Consumer::Procurement::V1::EnumerateLicensedUsersRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of users to return. The service may return fewer than this value.

Returns:

  • (::Integer)

    Optional. The maximum number of users to return. The service may return fewer than this value.



159
160
161
162
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 159

class EnumerateLicensedUsersRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. A page token, received from a previous EnumerateLicensedUsers call. Provide this to retrieve the subsequent page.

Returns:

  • (::String)

    Optional. A page token, received from a previous EnumerateLicensedUsers call. Provide this to retrieve the subsequent page.



159
160
161
162
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 159

class EnumerateLicensedUsersRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. License pool name.

Returns:

  • (::String)

    Required. License pool name.



159
160
161
162
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 159

class EnumerateLicensedUsersRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end