PublishRunbookDetails¶
-
class
oci.fleet_apps_management.models.
PublishRunbookDetails
(**kwargs)¶ Bases:
object
Request to publish Runbook.
Methods
__init__
(**kwargs)Initializes a new PublishRunbookDetails object with values from keyword arguments. Attributes
runbook_id
[Required] Gets the runbook_id of this PublishRunbookDetails. -
__init__
(**kwargs)¶ Initializes a new PublishRunbookDetails 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 PublishRunbookDetails.
-
runbook_id
¶ [Required] Gets the runbook_id of this PublishRunbookDetails. The OCID of the resource.
Returns: The runbook_id of this PublishRunbookDetails. Return type: str
-