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

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

#licensed_users::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::LicensedUser>

Returns The list of licensed users.

Returns:



191
192
193
194
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 191

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

#next_page_token::String

Returns A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



191
192
193
194
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 191

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