class Google::Apis::SpannerV1::ListInstancePartitionsResponse
The response for ListInstancePartitions.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @instance_partitions = args[:instance_partitions] if args.key?(:instance_partitions) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @unreachable = args[:unreachable] if args.key?(:unreachable) end