Class: Google::Apis::AndroidpublisherV2::InAppProductsBatchResponseEntry
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV2::InAppProductsBatchResponseEntry
- 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
-
#batch_id ⇒ Fixnum
Corresponds to the JSON property
batchId
. -
#inappproductsinsertresponse ⇒ Google::Apis::AndroidpublisherV2::InsertInAppProductsResponse
Corresponds to the JSON property
inappproductsinsertresponse
. -
#inappproductsupdateresponse ⇒ Google::Apis::AndroidpublisherV2::UpdateInAppProductsResponse
Corresponds to the JSON property
inappproductsupdateresponse
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InAppProductsBatchResponseEntry
constructor
A new instance of InAppProductsBatchResponseEntry.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ InAppProductsBatchResponseEntry
Returns a new instance of InAppProductsBatchResponseEntry
973 974 975 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 973 def initialize(**args) update!(**args) end |
Instance Attribute Details
#batch_id ⇒ Fixnum
Corresponds to the JSON property batchId
961 962 963 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 961 def batch_id @batch_id end |
#inappproductsinsertresponse ⇒ Google::Apis::AndroidpublisherV2::InsertInAppProductsResponse
Corresponds to the JSON property inappproductsinsertresponse
966 967 968 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 966 def inappproductsinsertresponse @inappproductsinsertresponse end |
#inappproductsupdateresponse ⇒ Google::Apis::AndroidpublisherV2::UpdateInAppProductsResponse
Corresponds to the JSON property inappproductsupdateresponse
971 972 973 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 971 def inappproductsupdateresponse @inappproductsupdateresponse end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
978 979 980 981 982 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 978 def update!(**args) @batch_id = args[:batch_id] if args.key?(:batch_id) @inappproductsinsertresponse = args[:inappproductsinsertresponse] if args.key?(:inappproductsinsertresponse) @inappproductsupdateresponse = args[:inappproductsupdateresponse] if args.key?(:inappproductsupdateresponse) end |