Class: Google::Apis::CloudsearchV1::DriveTimeSpanRestrict
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::DriveTimeSpanRestrict
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
The time span search restrict (e.g. "after:2017-09-11 before:2017-09-12").
Instance Attribute Summary collapse
-
#type ⇒ String
Corresponds to the JSON property
type
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DriveTimeSpanRestrict
constructor
A new instance of DriveTimeSpanRestrict.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DriveTimeSpanRestrict
Returns a new instance of DriveTimeSpanRestrict.
820 821 822 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 820 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Corresponds to the JSON property type
818 819 820 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 818 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
825 826 827 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 825 def update!(**args) @type = args[:type] if args.key?(:type) end |