FindRunbookImportDependencyDetails

class oci.fleet_apps_management.models.FindRunbookImportDependencyDetails(**kwargs)

Bases: object

Request to find runbook import dependencies.

Methods

__init__(**kwargs) Initializes a new FindRunbookImportDependencyDetails object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this FindRunbookImportDependencyDetails.
content [Required] Gets the content of this FindRunbookImportDependencyDetails.
__init__(**kwargs)

Initializes a new FindRunbookImportDependencyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
compartment_id

[Required] Gets the compartment_id of this FindRunbookImportDependencyDetails. OCID of the compartment to which the resource belongs to.

Returns:The compartment_id of this FindRunbookImportDependencyDetails.
Return type:str
content

[Required] Gets the content of this FindRunbookImportDependencyDetails.

Returns:The content of this FindRunbookImportDependencyDetails.
Return type:oci.fleet_apps_management.models.TransferRunbookContentDetails