Reference documentation and code samples for the Cloud Commerce Consumer Procurement V1 API class Google::Cloud::Commerce::Consumer::Procurement::V1::EnumerateLicensedUsersResponse.
Response message for LicenseManagementService.EnumerateLicensedUsers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#licensed_users
def licensed_users() -> ::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::LicensedUser>
Returns
- (::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::LicensedUser>) — The list of licensed users.
#licensed_users=
def licensed_users=(value) -> ::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::LicensedUser>
Parameter
- value (::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::LicensedUser>) — The list of licensed users.
Returns
- (::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::LicensedUser>) — The list of licensed users.
#next_page_token
def next_page_token() -> ::String
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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::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.
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.