RestoreContainerImageDetails¶
-
class
oci.artifacts.models.
RestoreContainerImageDetails
(**kwargs)¶ Bases:
object
Undelete container image request details.
Methods
__init__
(**kwargs)Initializes a new RestoreContainerImageDetails object with values from keyword arguments. Attributes
version
Gets the version of this RestoreContainerImageDetails. -
__init__
(**kwargs)¶ Initializes a new RestoreContainerImageDetails 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 RestoreContainerImageDetails.
-
version
¶ Gets the version of this RestoreContainerImageDetails. Optional version to associate with image.
Returns: The version of this RestoreContainerImageDetails. Return type: str
-