Method: Google::Apis::ContentV2_1::LocalinventoryCustomBatchResponse#update!
- Defined in:
- lib/google/apis/content_v2_1/classes.rb
#update!(**args) ⇒ Object
Update properties of this object
6662 6663 6664 6665 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6662 def update!(**args) @entries = args[:entries] if args.key?(:entries) @kind = args[:kind] if args.key?(:kind) end |