Class BdsSoftwareUpdate
Details about the given BDS type of software update. Previously known as Micro Service Patch.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class BdsSoftwareUpdate : SoftwareUpdateProperties
TimeDue
Declaration
[Required(ErrorMessage = "TimeDue is required.")]
[JsonProperty(PropertyName = "timeDue")]
public DateTime? TimeDue { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The due date for the software update. Big Data Service will be updated automatically after this date. | 
Remarks
Required