Class GetMaintenanceRunHistoryRequest
Implements
Inherited Members
Namespace: Oci.DatabaseService.Requests
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class GetMaintenanceRunHistoryRequest : IOciRequest
Examples
Click here to see an example of how to use GetMaintenanceRunHistory request.
Properties
MaintenanceRunHistoryId
Declaration
[Required(ErrorMessage = "MaintenanceRunHistoryId is required.")]
[HttpConverter(TargetEnum.Path, "maintenanceRunHistoryId")]
public string MaintenanceRunHistoryId { get; set; }
Property Value
Type | Description |
---|---|
string | The maintenance run history OCID. |
Remarks
Required