Class MattersResource.ListRequest
Lists matters the requestor has access to.
Inheritance
MattersResource.ListRequest
Inherited Members
Namespace: Google.Apis.Vault.v1
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class MattersResource.ListRequest : VaultBaseServiceRequest<ListMattersResponse>, IClientServiceRequest<ListMattersResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService)
Constructs a new List request.
Declaration
public ListRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
The number of matters to return in the response. Default and maximum are 100.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
The pagination token as returned in the response.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
State
If set, lists only matters with the specified state. The default lists matters of all states.
Declaration
[RequestParameter("state", RequestParameterType.Query)]
public virtual MattersResource.ListRequest.StateEnum? State { get; set; }
Property Value
Type | Description |
---|---|
MattersResource.ListRequest.StateEnum? |
View
Specifies how much information about the matter to return in response.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual MattersResource.ListRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
MattersResource.ListRequest.ViewEnum? |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()