Show / Hide Table of Contents

Class GetEventReportResponse

Inheritance
object
OciResponse
GetEventReportResponse
Implements
IOciResponse
Inherited Members
OciResponse.httpResponseMessage
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementService.Responses
Assembly: OCI.DotNetSDK.Osmanagement.dll
Syntax
public class GetEventReportResponse : OciResponse, IOciResponse

Properties

EventReport

Declaration
[HttpConverter(TargetEnum.Body)]
public EventReport EventReport { get; set; }
Property Value
Type Description
EventReport

The returned EventReport instance.

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

identifier for the request

Implements

IOciResponse
In this article
Back to top