Class: Google::Apis::CloudsearchV1::SheetsClientActionMarkup
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::SheetsClientActionMarkup
- 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
-
#custom_function_return_value_markup ⇒ Google::Apis::CloudsearchV1::CustomFunctionReturnValueMarkup
The result of a user running a custom function.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SheetsClientActionMarkup
constructor
A new instance of SheetsClientActionMarkup.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SheetsClientActionMarkup
Returns a new instance of SheetsClientActionMarkup.
18159 18160 18161 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18159 def initialize(**args) update!(**args) end |
Instance Attribute Details
#custom_function_return_value_markup ⇒ Google::Apis::CloudsearchV1::CustomFunctionReturnValueMarkup
The result of a user running a custom function.
Corresponds to the JSON property customFunctionReturnValueMarkup
18157 18158 18159 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18157 def custom_function_return_value_markup @custom_function_return_value_markup end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18164 18165 18166 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18164 def update!(**args) @custom_function_return_value_markup = args[:custom_function_return_value_markup] if args.key?(:custom_function_return_value_markup) end |