class Google::Apis::DatastoreV1beta2::RunQueryResponse

Attributes

batch[RW]

A batch of results produced by a query. Corresponds to the JSON property `batch` @return [Google::Apis::DatastoreV1beta2::QueryResultBatch]

header[RW]

Corresponds to the JSON property `header` @return [Google::Apis::DatastoreV1beta2::ResponseHeader]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/datastore_v1beta2/classes.rb, line 1082
def update!(**args)
  @batch = args[:batch] if args.key?(:batch)
  @header = args[:header] if args.key?(:header)
end