class Google::Apis::AndroidpublisherV2::ListEntitlementsResponse

Attributes

page_info[RW]

Corresponds to the JSON property `pageInfo` @return [Google::Apis::AndroidpublisherV2::PageInfo]

resources[RW]

Corresponds to the JSON property `resources` @return [Array<Google::Apis::AndroidpublisherV2::Entitlement>]

token_pagination[RW]

Corresponds to the JSON property `tokenPagination` @return [Google::Apis::AndroidpublisherV2::TokenPagination]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 314
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/androidpublisher_v2/classes.rb, line 319
def update!(**args)
  @page_info = args[:page_info] if args.key?(:page_info)
  @resources = args[:resources] if args.key?(:resources)
  @token_pagination = args[:token_pagination] if args.key?(:token_pagination)
end