Show / Hide Table of Contents

Class SoftwarePackageDependency

Identifies the 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.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.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