Class: Google::Apis::AndroidpublisherV2::InAppProductsBatchResponse

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) ⇒ InAppProductsBatchResponse

Returns a new instance of InAppProductsBatchResponse.



864
865
866
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 864

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

Instance Attribute Details

#entrysArray<Google::Apis::AndroidpublisherV2::InAppProductsBatchResponseEntry>

Corresponds to the JSON property entrys



856
857
858
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 856

def entrys
  @entrys
end

#kindString

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

Returns:

  • (String)


862
863
864
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 862

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



869
870
871
872
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 869

def update!(**args)
  @entrys = args[:entrys] if args.key?(:entrys)
  @kind = args[:kind] if args.key?(:kind)
end