Show / Hide Table of Contents

Class SourceMappingResponse

Response object containing match status and parsed representation of log data.

Inheritance
object
SourceMappingResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top