QueryResultsGroupedBySummary

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

Bases: object

Summary of the attribute based on which the query results are grouped.

Methods

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

Attributes

query_results_grouped_by_column Gets the query_results_grouped_by_column of this QueryResultsGroupedBySummary.
__init__(**kwargs)

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

Parameters:query_results_grouped_by_column (str) – The value to assign to the query_results_grouped_by_column property of this QueryResultsGroupedBySummary.
query_results_grouped_by_column

Gets the query_results_grouped_by_column of this QueryResultsGroupedBySummary. Column or attribute in the query result, which is a group by value.

Returns:The query_results_grouped_by_column of this QueryResultsGroupedBySummary.
Return type:str