Class RemoveMatterPermissionsRequest
Remove an account as a matter collaborator.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class RemoveMatterPermissionsRequest : IDirectResponseSchema
Properties
AccountId
The account ID.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { 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 |