Class RejectConsentRequest
Rejects the latest revision of the specified Consent by committing a new revision with state
updated to
REJECTED
. If the latest revision of the given Consent is in the REJECTED
state, no new revision is
committed.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class RejectConsentRequest : IDirectResponseSchema
Properties
ConsentArtifact
Optional. The resource name of the Consent artifact that contains documentation of the user's rejection of
the draft Consent, of the form
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}
.
If the draft Consent had a Consent artifact, this Consent artifact overwrites it.
Declaration
[JsonProperty("consentArtifact")]
public virtual string ConsentArtifact { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |