RemoveContainerVersionDetails¶
-
class
oci.artifacts.models.
RemoveContainerVersionDetails
(**kwargs)¶ Bases:
object
Remove version details.
Methods
__init__
(**kwargs)Initializes a new RemoveContainerVersionDetails object with values from keyword arguments. Attributes
version
[Required] Gets the version of this RemoveContainerVersionDetails. -
__init__
(**kwargs)¶ Initializes a new RemoveContainerVersionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: version (str) – The value to assign to the version property of this RemoveContainerVersionDetails.
-
version
¶ [Required] Gets the version of this RemoveContainerVersionDetails. The version to remove.
Returns: The version of this RemoveContainerVersionDetails. Return type: str
-