Class PatchType
Patch Type
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class PatchType
Properties
PlatformConfigurationId
Declaration
[Required(ErrorMessage = "PlatformConfigurationId is required.")]
[JsonProperty(PropertyName = "platformConfigurationId")]
public string PlatformConfigurationId { get; set; }
Property Value
Type | Description |
---|---|
string | PlatformConfiguration Id corresponding to the Patch Type |
Remarks
Required