class Google::Apis::CloudsearchV1::DatePropertyOptions
Options for date properties.
Attributes
operator_options[RW]
Optional. Provides a search operator for date properties. Search operators let users restrict the query to specific fields relevant to the type of item being searched. Corresponds to the JSON property `operatorOptions` @return [Google::Apis::CloudsearchV1::DateOperatorOptions]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 585 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudsearch_v1/classes.rb, line 590 def update!(**args) @operator_options = args[:operator_options] if args.key?(:operator_options) end