Class: Google::Apis::CloudsearchV1::ResultDisplayLine

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

Overview

The collection of fields that make up a displayed line

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResultDisplayLine

Returns a new instance of ResultDisplayLine.



14296
14297
14298
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14296

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

Instance Attribute Details

#fieldsArray<Google::Apis::CloudsearchV1::ResultDisplayField>

Corresponds to the JSON property fields



14294
14295
14296
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14294

def fields
  @fields
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14301
14302
14303
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14301

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