class Google::Apis::CloudsearchV1::PollItemsResponse

Attributes

items[RW]

Set of items from the queue available for connector to process. These items have the following subset of fields populated: version metadata.hash structured_data.hash content.hash payload status queue Corresponds to the JSON property `items` @return [Array<Google::Apis::CloudsearchV1::Item>]

Public Class Methods

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