Class RunbookTransferDependency
Runbook transfer dependency.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class RunbookTransferDependency
Properties
AssociationsFound
Declaration
[JsonProperty(PropertyName = "associationsFound")]
public List<Association> AssociationsFound { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Association> | List of associations found. |
Placeholders
Declaration
[JsonProperty(PropertyName = "placeholders")]
public List<Placeholder> Placeholders { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Placeholder> | List of placeholders. |
Prompt
Declaration
[JsonProperty(PropertyName = "prompt")]
public Prompt Prompt { get; set; }
Property Value
| Type | Description |
|---|---|
| Prompt |