QuickPickSummary

class oci.apm_traces.models.QuickPickSummary(**kwargs)

Bases: object

Summary of the Quick Pick query objects.

Methods

__init__(**kwargs) Initializes a new QuickPickSummary object with values from keyword arguments.

Attributes

quick_pick_name [Required] Gets the quick_pick_name of this QuickPickSummary.
quick_pick_query [Required] Gets the quick_pick_query of this QuickPickSummary.
__init__(**kwargs)

Initializes a new QuickPickSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • quick_pick_name (str) – The value to assign to the quick_pick_name property of this QuickPickSummary.
  • quick_pick_query (str) – The value to assign to the quick_pick_query property of this QuickPickSummary.
quick_pick_name

[Required] Gets the quick_pick_name of this QuickPickSummary. Quick Pick name for the query.

Returns:The quick_pick_name of this QuickPickSummary.
Return type:str
quick_pick_query

[Required] Gets the quick_pick_query of this QuickPickSummary. Query for the Quick Pick.

Returns:The quick_pick_query of this QuickPickSummary.
Return type:str