class Google::Apis::SpannerV1::PartitionResponse
The response for PartitionQuery or PartitionRead
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @partitions = args[:partitions] if args.key?(:partitions) @transaction = args[:transaction] if args.key?(:transaction) end