class Google::Apis::HealthcareV1::ListConsentArtifactsResponse

def initialize(**args)

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

def update!(**args)

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