Class CompareContentDetails
The two strings to compare.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class CompareContentDetails
  Properties
Content1
Declaration
[JsonProperty(PropertyName = "content1")]
public string Content1 { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The first of two strings to compare.  | 
      
Content2
Declaration
[JsonProperty(PropertyName = "content2")]
public string Content2 { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The second of two strings to compare.  |