SetDefaultRunbookDetails¶
-
class
oci.fleet_apps_management.models.
SetDefaultRunbookDetails
(**kwargs)¶ Bases:
object
Request to set default Runbook
Methods
__init__
(**kwargs)Initializes a new SetDefaultRunbookDetails object with values from keyword arguments. Attributes
runbook_id
[Required] Gets the runbook_id of this SetDefaultRunbookDetails. -
__init__
(**kwargs)¶ Initializes a new SetDefaultRunbookDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: runbook_id (str) – The value to assign to the runbook_id property of this SetDefaultRunbookDetails.
-
runbook_id
¶ [Required] Gets the runbook_id of this SetDefaultRunbookDetails. The OCID of the resource.
Returns: The runbook_id of this SetDefaultRunbookDetails. Return type: str
-