Class SourceMappingResponse
Response object containing match status and parsed representation of log data.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class SourceMappingResponse
Properties
ParsedResponse
Declaration
[Required(ErrorMessage = "ParsedResponse is required.")]
[JsonProperty(PropertyName = "parsedResponse")]
public List<ParsedContent> ParsedResponse { get; set; }
Property Value
Type | Description |
---|---|
List<ParsedContent> | Parsed representation of the log file. |
Remarks
Required