Class: Google::Apis::CloudsearchV1::SheetsClientActionMarkup

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SheetsClientActionMarkup

Returns a new instance of SheetsClientActionMarkup.



18938
18939
18940
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18938

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#custom_function_return_value_markupGoogle::Apis::CloudsearchV1::CustomFunctionReturnValueMarkup

The result of a user running a custom function. Corresponds to the JSON property customFunctionReturnValueMarkup



18936
18937
18938
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18936

def custom_function_return_value_markup
  @custom_function_return_value_markup
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18943
18944
18945
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18943

def update!(**args)
  @custom_function_return_value_markup = args[:custom_function_return_value_markup] if args.key?(:custom_function_return_value_markup)
end