ManageJobExecutionDetails¶
-
class
oci.fleet_apps_management.models.
ManageJobExecutionDetails
(**kwargs)¶ Bases:
object
Details of the Job Execution actions.
Methods
__init__
(**kwargs)Initializes a new ManageJobExecutionDetails object with values from keyword arguments. Attributes
action_details
[Required] Gets the action_details of this ManageJobExecutionDetails. -
__init__
(**kwargs)¶ Initializes a new ManageJobExecutionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: action_details (oci.fleet_apps_management.models.UserActionDetails) – The value to assign to the action_details property of this ManageJobExecutionDetails.
-
action_details
¶ [Required] Gets the action_details of this ManageJobExecutionDetails.
Returns: The action_details of this ManageJobExecutionDetails. Return type: oci.fleet_apps_management.models.UserActionDetails
-