Class ListQuickPicksRequest
Implements
Inherited Members
Namespace: Oci.ApmtracesService.Requests
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class ListQuickPicksRequest : IOciRequestExamples
Click here to see an example of how to use ListQuickPicks request.
Properties
ApmDomainId
Declaration
[Required(ErrorMessage = "ApmDomainId is required.")]
[HttpConverter(TargetEnum.Query, "apmDomainId")]
public string ApmDomainId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The APM Domain ID for the intended request. | 
Remarks
Required
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The maximum number of items to return. | 
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. | 
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The page token representing the page where to start retrieving results. This is usually retrieved from a previous response. |