SourceMappingResponse¶
-
class
oci.log_analytics.models.
SourceMappingResponse
(**kwargs)¶ Bases:
object
Response object containing match status and parsed representation of log data.
Methods
__init__
(**kwargs)Initializes a new SourceMappingResponse object with values from keyword arguments. Attributes
parsed_response
[Required] Gets the parsed_response of this SourceMappingResponse. -
__init__
(**kwargs)¶ Initializes a new SourceMappingResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: parsed_response (list[oci.log_analytics.models.ParsedContent]) – The value to assign to the parsed_response property of this SourceMappingResponse.
-
parsed_response
¶ [Required] Gets the parsed_response of this SourceMappingResponse. Parsed representation of the log file.
Returns: The parsed_response of this SourceMappingResponse. Return type: list[oci.log_analytics.models.ParsedContent]
-