Class EndpointResponse
An object containing details of a REST response.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class EndpointResponse
Properties
ContentType
Declaration
[JsonProperty(PropertyName = "contentType")]
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
string | The response content type. |
Example
Declaration
[JsonProperty(PropertyName = "example")]
public string Example { get; set; }
Property Value
Type | Description |
---|---|
string | A sample response. |