SourceUpdateDetails¶
-
class
oci.logging.models.
SourceUpdateDetails
(**kwargs)¶ Bases:
object
Source updated configuration.
Methods
__init__
(**kwargs)Initializes a new SourceUpdateDetails object with values from keyword arguments. Attributes
parameters
Gets the parameters of this SourceUpdateDetails. -
__init__
(**kwargs)¶ Initializes a new SourceUpdateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: parameters (dict(str, str)) – The value to assign to the parameters property of this SourceUpdateDetails.
-
parameters
¶ Gets the parameters of this SourceUpdateDetails. Log category parameters are stored here.
Returns: The parameters of this SourceUpdateDetails. Return type: dict(str, str)
-