Class GetOneoffPatchRequest
Implements
Inherited Members
Namespace: Oci.DatabaseService.Requests
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class GetOneoffPatchRequest : IOciRequest
Examples
Click here to see an example of how to use GetOneoffPatch request.
Properties
OneoffPatchId
Declaration
[Required(ErrorMessage = "OneoffPatchId is required.")]
[HttpConverter(TargetEnum.Path, "oneoffPatchId")]
public string OneoffPatchId { get; set; }
Property Value
Type | Description |
---|---|
string | The one-off patch OCID. |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier for the request. |