Class V1betaResource.QueryIssuesRequest
QueryIssues provides a list of issues and recommendations that a user has access to and that are within the requested scope.
Inheritance
V1betaResource.QueryIssuesRequest
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class V1betaResource.QueryIssuesRequest : DatabaseCenterBaseServiceRequest<QueryIssuesResponse>, IClientServiceRequest<QueryIssuesResponse>, IClientServiceRequest
Constructors
QueryIssuesRequest(IClientService, QueryIssuesRequest)
Constructs a new QueryIssues request.
Declaration
public QueryIssuesRequest(IClientService service, QueryIssuesRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| QueryIssuesRequest | body |
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
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 QueryIssues parameter list.
Declaration
protected override void InitParameters()