ExtractLogHeaderResults¶
- 
class 
oci.log_analytics.models.ExtractLogHeaderResults(**kwargs)¶ Bases:
objectlog header values
Methods
__init__(**kwargs)Initializes a new ExtractLogHeaderResults object with values from keyword arguments. Attributes
header_pathsGets the header_paths of this ExtractLogHeaderResults. json_pathsGets the json_paths of this ExtractLogHeaderResults. xml_pathsGets the xml_paths of this ExtractLogHeaderResults. - 
__init__(**kwargs)¶ Initializes a new ExtractLogHeaderResults object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - json_paths (list[oci.log_analytics.models.ExtractLogHeaderDetails]) – The value to assign to the json_paths property of this ExtractLogHeaderResults.
 - xml_paths (list[str]) – The value to assign to the xml_paths property of this ExtractLogHeaderResults.
 - header_paths (list[str]) – The value to assign to the header_paths property of this ExtractLogHeaderResults.
 
- 
header_paths¶ Gets the header_paths of this ExtractLogHeaderResults. The log header values.
Returns: The header_paths of this ExtractLogHeaderResults. Return type: list[str] 
- 
json_paths¶ Gets the json_paths of this ExtractLogHeaderResults. The log header json paths.
Returns: The json_paths of this ExtractLogHeaderResults. Return type: list[oci.log_analytics.models.ExtractLogHeaderDetails] 
- 
xml_paths¶ Gets the xml_paths of this ExtractLogHeaderResults. The log field or log header values.
Returns: The xml_paths of this ExtractLogHeaderResults. Return type: list[str] 
-