RecordTransformerPair¶
-
class
oci.logging.models.
RecordTransformerPair
(**kwargs)¶ Bases:
object
A new Key-value pairs added in logs
Methods
__init__
(**kwargs)Initializes a new RecordTransformerPair object with values from keyword arguments. Attributes
key
Gets the key of this RecordTransformerPair. value
Gets the value of this RecordTransformerPair. -
__init__
(**kwargs)¶ Initializes a new RecordTransformerPair 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 RecordTransformerPair.
- value (str) – The value to assign to the value property of this RecordTransformerPair.
-
key
¶ Gets the key of this RecordTransformerPair. A new key
Returns: The key of this RecordTransformerPair. Return type: str
-
value
¶ Gets the value of this RecordTransformerPair. A new value
Returns: The value of this RecordTransformerPair. Return type: str
-