class Google::Apis::CloudsearchV1::QueryItem

Information relevant only to a query entry.

Attributes

is_synthetic[RW]

True if the text was generated by means other than a previous user search. Corresponds to the JSON property `isSynthetic` @return [Boolean]

is_synthetic?[RW]

True if the text was generated by means other than a previous user search. Corresponds to the JSON property `isSynthetic` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 3396
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 3401
def update!(**args)
  @is_synthetic = args[:is_synthetic] if args.key?(:is_synthetic)
end