ReportGroupingDetails¶
-
class
oci.opsi.models.ReportGroupingDetails(**kwargs)¶ Bases:
objectReport groupings
Methods
__init__(**kwargs)Initializes a new ReportGroupingDetails object with values from keyword arguments. Attributes
key[Required] Gets the key of this ReportGroupingDetails. value[Required] Gets the value of this ReportGroupingDetails. -
__init__(**kwargs)¶ Initializes a new ReportGroupingDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this ReportGroupingDetails.
- value (str) – The value to assign to the value property of this ReportGroupingDetails.
-
key¶ [Required] Gets the key of this ReportGroupingDetails. Selected grouping key.
Returns: The key of this ReportGroupingDetails. Return type: str
-
value¶ [Required] Gets the value of this ReportGroupingDetails. Selected grouping value.
Returns: The value of this ReportGroupingDetails. Return type: str
-