CompareContentResult¶
-
class
oci.log_analytics.models.
CompareContentResult
(**kwargs)¶ Bases:
object
The intraline diff result.
Methods
__init__
(**kwargs)Initializes a new CompareContentResult object with values from keyword arguments. Attributes
line_comparison_results
Gets the line_comparison_results of this CompareContentResult. -
__init__
(**kwargs)¶ Initializes a new CompareContentResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: line_comparison_results (list[oci.log_analytics.models.CompareLineResult]) – The value to assign to the line_comparison_results property of this CompareContentResult.
-
line_comparison_results
¶ Gets the line_comparison_results of this CompareContentResult. An array of line comparison results.
Returns: The line_comparison_results of this CompareContentResult. Return type: list[oci.log_analytics.models.CompareLineResult]
-