Show / Hide Table of Contents

Class PatchType

Patch Type

Inheritance
object
PatchType
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top