Class: Google::Apis::CloudsearchV1::TaskActionMarkup
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::TaskActionMarkup
- 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
Instance Attribute Summary collapse
-
#reload_tasks ⇒ Boolean
(also: #reload_tasks?)
Corresponds to the JSON property
reloadTasks
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TaskActionMarkup
constructor
A new instance of TaskActionMarkup.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TaskActionMarkup
Returns a new instance of TaskActionMarkup.
19755 19756 19757 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 19755 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reload_tasks ⇒ Boolean Also known as: reload_tasks?
Corresponds to the JSON property reloadTasks
19752 19753 19754 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 19752 def reload_tasks @reload_tasks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19760 19761 19762 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 19760 def update!(**args) @reload_tasks = args[:reload_tasks] if args.key?(:reload_tasks) end |