RemovePackagesFromSoftwareSourceDetails

class oci.os_management.models.RemovePackagesFromSoftwareSourceDetails(**kwargs)

Bases: object

List of software package names

Methods

__init__(**kwargs) Initializes a new RemovePackagesFromSoftwareSourceDetails object with values from keyword arguments.

Attributes

package_names [Required] Gets the package_names of this RemovePackagesFromSoftwareSourceDetails.
__init__(**kwargs)

Initializes a new RemovePackagesFromSoftwareSourceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:package_names (list[str]) – The value to assign to the package_names property of this RemovePackagesFromSoftwareSourceDetails.
package_names

[Required] Gets the package_names of this RemovePackagesFromSoftwareSourceDetails. the list of package names

Returns:The package_names of this RemovePackagesFromSoftwareSourceDetails.
Return type:list[str]