Show / Hide Table of Contents

Class EndpointResponse

An object containing details of a REST response.

Inheritance
object
EndpointResponse
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 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.

In this article
Back to top