Class: Google::Apis::CloudsearchV1::ResultDisplayLine
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ResultDisplayLine
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb
Overview
The collection of fields that make up a displayed line
Instance Attribute Summary collapse
-
#fields ⇒ Array<Google::Apis::CloudsearchV1::ResultDisplayField>
Corresponds to the JSON property
fields
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResultDisplayLine
constructor
A new instance of ResultDisplayLine.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResultDisplayLine
Returns a new instance of ResultDisplayLine
3419 3420 3421 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3419 def initialize(**args) update!(**args) end |
Instance Attribute Details
#fields ⇒ Array<Google::Apis::CloudsearchV1::ResultDisplayField>
Corresponds to the JSON property fields
3417 3418 3419 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3417 def fields @fields end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3424 3425 3426 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3424 def update!(**args) @fields = args[:fields] if args.key?(:fields) end |