PackageName¶
-
class
oci.os_management.models.
PackageName
(**kwargs)¶ Bases:
object
Identifying information for the specified package
Methods
__init__
(**kwargs)Initializes a new PackageName object with values from keyword arguments. Attributes
name
[Required] Gets the name of this PackageName. -
__init__
(**kwargs)¶ Initializes a new PackageName object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: name (str) – The value to assign to the name property of this PackageName.
-
name
¶ [Required] Gets the name of this PackageName. package identifier
Returns: The name of this PackageName. Return type: str
-