Class GetEventReportResponse
Implements
Inherited Members
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 |