Class: Google::Apis::AndroidpublisherV3::InappproductsListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/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) ⇒ InappproductsListResponse

Returns a new instance of InappproductsListResponse.



932
933
934
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 932

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

Instance Attribute Details

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

Corresponds to the JSON property inappproduct



914
915
916
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 914

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)


920
921
922
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 920

def kind
  @kind
end

#page_infoGoogle::Apis::AndroidpublisherV3::PageInfo

Corresponds to the JSON property pageInfo



925
926
927
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 925

def page_info
  @page_info
end

#token_paginationGoogle::Apis::AndroidpublisherV3::TokenPagination

Corresponds to the JSON property tokenPagination



930
931
932
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 930

def token_pagination
  @token_pagination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



937
938
939
940
941
942
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 937

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