Class QuickPickSummary
Summary of the Quick Pick query objects.
Inherited Members
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class QuickPickSummary
Properties
QuickPickName
Declaration
[Required(ErrorMessage = "QuickPickName is required.")]
[JsonProperty(PropertyName = "quickPickName")]
public string QuickPickName { get; set; }
Property Value
Type | Description |
---|---|
string | Quick Pick name for the query. |
Remarks
Required
QuickPickQuery
Declaration
[Required(ErrorMessage = "QuickPickQuery is required.")]
[JsonProperty(PropertyName = "quickPickQuery")]
public string QuickPickQuery { get; set; }
Property Value
Type | Description |
---|---|
string | Query for the Quick Pick. |
Remarks
Required