RecallDefinition¶
-
class
oci.log_analytics.models.
RecallDefinition
(**kwargs)¶ Bases:
object
Defines a recall in a query.
Methods
__init__
(**kwargs)Initializes a new RecallDefinition object with values from keyword arguments. Attributes
id
Gets the id of this RecallDefinition. name
Gets the name of this RecallDefinition. -
__init__
(**kwargs)¶ Initializes a new RecallDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this RecallDefinition.
- name (str) – The value to assign to the name property of this RecallDefinition.
-
id
¶ Gets the id of this RecallDefinition. Id of the recall.
Returns: The id of this RecallDefinition. Return type: str
-
name
¶ Gets the name of this RecallDefinition. Name of the recall.
Returns: The name of this RecallDefinition. Return type: str
-