class Google::Apis::CloudcommerceprocurementV1::ListEntitlementsResponse
Response message for PartnerProcurementService.ListEntitlements.
Attributes
entitlements[RW]
The list of entitlements in this response. Corresponds to the JSON property `entitlements` @return [Array<Google::Apis::CloudcommerceprocurementV1::Entitlement>]
next_page_token[RW]
The token for fetching the next page. Corresponds to the JSON property `nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudcommerceprocurement_v1/classes.rb, line 429 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudcommerceprocurement_v1/classes.rb, line 434 def update!(**args) @entitlements = args[:entitlements] if args.key?(:entitlements) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end