Class: Google::Apis::CloudsearchV1::DriveFollowUpRestrict
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::DriveFollowUpRestrict
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb
Overview
Drive follow-up search restricts (e.g. "followup:suggestions").
Instance Attribute Summary collapse
-
#type ⇒ String
Corresponds to the JSON property
type
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DriveFollowUpRestrict
constructor
A new instance of DriveFollowUpRestrict.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ DriveFollowUpRestrict
Returns a new instance of DriveFollowUpRestrict
575 576 577 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 575 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Corresponds to the JSON property type
573 574 575 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 573 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
580 581 582 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 580 def update!(**args) @type = args[:type] if args.key?(:type) end |