Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestDisplaySpec
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestDisplaySpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Specifies features for display, like match highlighting.
Instance Attribute Summary collapse
-
#match_highlighting_condition ⇒ String
The condition under which match highlighting should occur.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaSearchRequestDisplaySpec
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaSearchRequestDisplaySpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaSearchRequestDisplaySpec
Returns a new instance of GoogleCloudDiscoveryengineV1alphaSearchRequestDisplaySpec.
16953 16954 16955 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 16953 def initialize(**args) update!(**args) end |
Instance Attribute Details
#match_highlighting_condition ⇒ String
The condition under which match highlighting should occur.
Corresponds to the JSON property matchHighlightingCondition
16951 16952 16953 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 16951 def match_highlighting_condition @match_highlighting_condition end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16958 16959 16960 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 16958 def update!(**args) @match_highlighting_condition = args[:match_highlighting_condition] if args.key?(:match_highlighting_condition) end |