CompareContentDetails

class oci.log_analytics.models.CompareContentDetails(**kwargs)

Bases: object

The two strings to compare.

Methods

__init__(**kwargs) Initializes a new CompareContentDetails object with values from keyword arguments.

Attributes

content1 Gets the content1 of this CompareContentDetails.
content2 Gets the content2 of this CompareContentDetails.
__init__(**kwargs)

Initializes a new CompareContentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • content1 (str) – The value to assign to the content1 property of this CompareContentDetails.
  • content2 (str) – The value to assign to the content2 property of this CompareContentDetails.
content1

Gets the content1 of this CompareContentDetails. The first of two strings to compare.

Returns:The content1 of this CompareContentDetails.
Return type:str
content2

Gets the content2 of this CompareContentDetails. The second of two strings to compare.

Returns:The content2 of this CompareContentDetails.
Return type:str