class Google::Apis::HealthcareV1::RejectConsentRequest

given Consent is in the ‘REJECTED` state, no new revision is committed.
revision with `state` updated to `REJECTED`. If the latest revision of the
Rejects the latest revision of the specified Consent by committing a new

def initialize(**args)

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

def update!(**args)

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