Class: Google::Apis::AndroidpublisherV2::ListInAppProductsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListInAppProductsResponse

Returns a new instance of ListInAppProductsResponse.



901
902
903
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 901

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#inappproductArray<Google::Apis::AndroidpublisherV2::InAppProduct>

Corresponds to the JSON property inappproduct



883
884
885
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 883

def inappproduct
  @inappproduct
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " androidpublisher#inappproductsListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


889
890
891
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 889

def kind
  @kind
end

#page_infoGoogle::Apis::AndroidpublisherV2::PageInfo

Corresponds to the JSON property pageInfo



894
895
896
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 894

def page_info
  @page_info
end

#token_paginationGoogle::Apis::AndroidpublisherV2::TokenPagination

Corresponds to the JSON property tokenPagination



899
900
901
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 899

def token_pagination
  @token_pagination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



906
907
908
909
910
911
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 906

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