lib/google/apis/cloudsearch_v1/classes.rb in google-apis-cloudsearch_v1-0.11.0 vs lib/google/apis/cloudsearch_v1/classes.rb in google-apis-cloudsearch_v1-0.12.0
- old
+ new
@@ -1607,9 +1607,22 @@
@item = args[:item] if args.key?(:item)
@mode = args[:mode] if args.key?(:mode)
end
end
+ # Request message for `InitializeCustomer` method.
+ class InitializeCustomerRequest
+ include Google::Apis::Core::Hashable
+
+ def initialize(**args)
+ update!(**args)
+ end
+
+ # Update properties of this object
+ def update!(**args)
+ end
+ end
+
# Used to provide a search operator for integer properties. This is optional.
# Search operators let users restrict the query to specific fields relevant to
# the type of item being searched.
class IntegerOperatorOptions
include Google::Apis::Core::Hashable