class Google::Apis::SpannerV1::Partition

Information returned for each partition returned in a PartitionResponse.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

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