Show / Hide Table of Contents

Class RemovePackagesFromSoftwareSourceDetails

List of software package names

Inheritance
object
RemovePackagesFromSoftwareSourceDetails
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 RemovePackagesFromSoftwareSourceDetails

Properties

PackageNames

Declaration
[Required(ErrorMessage = "PackageNames is required.")]
[JsonProperty(PropertyName = "packageNames")]
public List<string> PackageNames { get; set; }
Property Value
Type Description
List<string>

the list of package names

Remarks

Required

In this article
Back to top