Class: Google::Apis::AndroidpublisherV2::InAppProductsBatchResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV2::InAppProductsBatchResponse
- 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
-
#entrys ⇒ Array<Google::Apis::AndroidpublisherV2::InAppProductsBatchResponseEntry>
Corresponds to the JSON property
entrys
. -
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InAppProductsBatchResponse
constructor
A new instance of InAppProductsBatchResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ InAppProductsBatchResponse
Returns a new instance of InAppProductsBatchResponse
943 944 945 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 943 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entrys ⇒ Array<Google::Apis::AndroidpublisherV2::InAppProductsBatchResponseEntry>
Corresponds to the JSON property entrys
935 936 937 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 935 def entrys @entrys end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
androidpublisher#inappproductsBatchResponse".
Corresponds to the JSON property kind
941 942 943 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 941 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
948 949 950 951 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 948 def update!(**args) @entrys = args[:entrys] if args.key?(:entrys) @kind = args[:kind] if args.key?(:kind) end |