class Google::Apis::CloudsearchV1::ResultDisplayLine

The collection of fields that make up a displayed line

Attributes

fields[RW]

Corresponds to the JSON property `fields` @return [Array<Google::Apis::CloudsearchV1::ResultDisplayField>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 3796
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudsearch_v1/classes.rb, line 3801
def update!(**args)
  @fields = args[:fields] if args.key?(:fields)
end