class Google::Apis::HealthcareV1::ListConsentStoresResponse

def initialize(**args)

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

def update!(**args)

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