Show / Hide Table of Contents

Class SoftwarePackageDependency

A dependency for a software package

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

In this article
Back to top