Class SoftwarePackageDependency
A dependency for a software package
Inherited Members
Namespace: Oci.OsmanagementService.Models
Assembly: OCI.DotNetSDK.Osmanagement.dll
Syntax
public class SoftwarePackageDependency
Properties
Dependency
Declaration
[JsonProperty(PropertyName = "dependency")]
public string Dependency { get; set; }
Property Value
Type | Description |
---|---|
string | the software package's dependency |
DependencyModifier
Declaration
[JsonProperty(PropertyName = "dependencyModifier")]
public string DependencyModifier { get; set; }
Property Value
Type | Description |
---|---|
string | the modifier for the dependency |
DependencyType
Declaration
[JsonProperty(PropertyName = "dependencyType")]
public string DependencyType { get; set; }
Property Value
Type | Description |
---|---|
string | the type of the dependency |