Class GetAutonomousPatchResponse
Implements
Inherited Members
Namespace: Oci.DatabaseService.Responses
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class GetAutonomousPatchResponse : OciResponse, IOciResponse
Properties
AutonomousPatch
Declaration
[HttpConverter(TargetEnum.Body)]
public AutonomousPatch AutonomousPatch { get; set; }
Property Value
Type | Description |
---|---|
AutonomousPatch | The returned AutonomousPatch instance. |
Etag
Declaration
[HttpConverter(TargetEnum.Header, "etag")]
public string Etag { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control. See |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle-assigned identifier for the request. If you contact Oracle about a particular request, then you must provide the request ID. |