PromoteSoftwareSourceToLifecycleStageDetails¶
-
class
oci.os_management_hub.models.
PromoteSoftwareSourceToLifecycleStageDetails
(**kwargs)¶ Bases:
object
Provides detailed information about the lifecycle stage promotion.
Methods
__init__
(**kwargs)Initializes a new PromoteSoftwareSourceToLifecycleStageDetails object with values from keyword arguments. Attributes
work_request_details
Gets the work_request_details of this PromoteSoftwareSourceToLifecycleStageDetails. -
__init__
(**kwargs)¶ Initializes a new PromoteSoftwareSourceToLifecycleStageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this PromoteSoftwareSourceToLifecycleStageDetails.
-
work_request_details
¶ Gets the work_request_details of this PromoteSoftwareSourceToLifecycleStageDetails.
Returns: The work_request_details of this PromoteSoftwareSourceToLifecycleStageDetails. Return type: oci.os_management_hub.models.WorkRequestDetails
-