class Google::Apis::SpannerV1::ListInstanceConfigsResponse

def update!(**args)

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