Class MattersResource.UpdateRequest
Updates the specified matter. This updates only the name and description of the matter, identified by matter ID. Changes to any other fields are ignored. Returns the default view of the matter.
Inheritance
MattersResource.UpdateRequest
Inherited Members
Namespace: Google.Apis.Vault.v1
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class MattersResource.UpdateRequest : VaultBaseServiceRequest<Matter>, IClientServiceRequest<Matter>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, Matter, string)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, Matter body, string matterId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Matter | body | |
string | matterId |
Properties
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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()