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.
16210 16211 16212 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16210 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
16208 16209 16210 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16208 def custom_function_return_value_markup @custom_function_return_value_markup end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16215 16216 16217 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16215 def update!(**args) @custom_function_return_value_markup = args[:custom_function_return_value_markup] if args.key?(:custom_function_return_value_markup) end |