Class GetSightingRequest
Implements
Inherited Members
Namespace: Oci.CloudguardService.Requests
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class GetSightingRequest : IOciRequest
Examples
Click here to see an example of how to use GetSighting request.
Properties
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |
SightingId
Declaration
[Required(ErrorMessage = "SightingId is required.")]
[HttpConverter(TargetEnum.Path, "sightingId")]
public string SightingId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of the sighting. |
Remarks
Required