Class MattersResource.HoldsResource.GetRequest
Gets the specified hold.
Inheritance
MattersResource.HoldsResource.GetRequest
Inherited Members
Namespace: Google.Apis.Vault.v1
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class MattersResource.HoldsResource.GetRequest : VaultBaseServiceRequest<Hold>, IClientServiceRequest<Hold>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string)
Constructs a new Get request.
Declaration
public GetRequest(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
View
The amount of detail to return for a hold.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual MattersResource.HoldsResource.GetRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
MattersResource.HoldsResource.GetRequest.ViewEnum? |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()