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.
18073 18074 18075 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18073 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
18071 18072 18073 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18071 def custom_function_return_value_markup @custom_function_return_value_markup end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18078 18079 18080 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18078 def update!(**args) @custom_function_return_value_markup = args[:custom_function_return_value_markup] if args.key?(:custom_function_return_value_markup) end |