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.
18776 18777 18778 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18776 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
18774 18775 18776 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18774 def custom_function_return_value_markup @custom_function_return_value_markup end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18781 18782 18783 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18781 def update!(**args) @custom_function_return_value_markup = args[:custom_function_return_value_markup] if args.key?(:custom_function_return_value_markup) end |