class Google::Apis::CloudsearchV1::DriveTimeSpanRestrict
The time span search restrict (e.g. “after:2017-09-11 before:2017-09-12”).
Attributes
type[RW]
Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 820 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 825 def update!(**args) @type = args[:type] if args.key?(:type) end