ExtractLogFieldResults¶
-
class
oci.log_analytics.models.
ExtractLogFieldResults
(**kwargs)¶ Bases:
object
log field path values
Methods
__init__
(**kwargs)Initializes a new ExtractLogFieldResults object with values from keyword arguments. Attributes
paths
Gets the paths of this ExtractLogFieldResults. -
__init__
(**kwargs)¶ Initializes a new ExtractLogFieldResults object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: paths (list[str]) – The value to assign to the paths property of this ExtractLogFieldResults.
-
paths
¶ Gets the paths of this ExtractLogFieldResults. The log field path values.
Returns: The paths of this ExtractLogFieldResults. Return type: list[str]
-