UpdateAdminArtifactStatusDetails¶
-
class
oci.marketplace_publisher.models.UpdateAdminArtifactStatusDetails(**kwargs)¶ Bases:
objectArtifact status change request details
Methods
__init__(**kwargs)Initializes a new UpdateAdminArtifactStatusDetails object with values from keyword arguments. Attributes
new_status[Required] Gets the new_status of this UpdateAdminArtifactStatusDetails. -
__init__(**kwargs)¶ Initializes a new UpdateAdminArtifactStatusDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: new_status (str) – The value to assign to the new_status property of this UpdateAdminArtifactStatusDetails.
-
new_status¶ [Required] Gets the new_status of this UpdateAdminArtifactStatusDetails. The new status for the artifact.
Returns: The new_status of this UpdateAdminArtifactStatusDetails. Return type: str
-