class Google::Apis::SpannerV1::ListBackupsResponse

def update!(**args)

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