class Google::Apis::SpannerV1::PartitionStartRecord

information about one or more partitions.
schedule the partitions to be queried. PartitionStartRecord returns
A partition start record serves as a notification that the client should

def initialize(**args)

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

def update!(**args)

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