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.
19934 19935 19936 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 19934 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reload_tasks ⇒ Boolean Also known as: reload_tasks?
Corresponds to the JSON property reloadTasks
19931 19932 19933 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 19931 def reload_tasks @reload_tasks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19939 19940 19941 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 19939 def update!(**args) @reload_tasks = args[:reload_tasks] if args.key?(:reload_tasks) end |