Class MattersResource.HoldsResource.AccountsResource.ListRequest
Lists the accounts covered by a hold. This can list only individually-specified accounts covered by the hold. If the hold covers an organizational unit, use the Admin SDK. to list the members of the organizational unit on hold.
Inheritance
MattersResource.HoldsResource.AccountsResource.ListRequest
Inherited Members
Namespace: Google.Apis.Vault.v1
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class MattersResource.HoldsResource.AccountsResource.ListRequest : VaultBaseServiceRequest<ListHeldAccountsResponse>, IClientServiceRequest<ListHeldAccountsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string matterId, string holdId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | matterId | |
string | holdId |
Properties
HoldId
The hold ID.
Declaration
[RequestParameter("holdId", RequestParameterType.Path)]
public virtual string HoldId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MatterId
The matter ID.
Declaration
[RequestParameter("matterId", RequestParameterType.Path)]
public virtual string MatterId { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()