Class PatchProduct
Product
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class PatchProduct
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 Product |
Remarks
Required
Version
Declaration
[Required(ErrorMessage = "Version is required.")]
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string | product version. |
Remarks
Required