class Google::Apis::AndroidpublisherV2::ListInAppProductsResponse
Attributes
inappproduct[RW]
Corresponds to the JSON property `inappproduct` @return [Array<Google::Apis::AndroidpublisherV2::InAppProduct>]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string “ androidpublisher#inappproductsListResponse”. Corresponds to the JSON property `kind` @return [String]
page_info[RW]
Corresponds to the JSON property `pageInfo` @return [Google::Apis::AndroidpublisherV2::PageInfo]
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 881 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 886 def update!(**args) @inappproduct = args[:inappproduct] if args.key?(:inappproduct) @kind = args[:kind] if args.key?(:kind) @page_info = args[:page_info] if args.key?(:page_info) @token_pagination = args[:token_pagination] if args.key?(:token_pagination) end