class Google::Apis::SpannerV1::PartitionResponse

def update!(**args)

Update properties of this object
def update!(**args)
  @partitions = args[:partitions] if args.key?(:partitions)
  @transaction = args[:transaction] if args.key?(:transaction)
end