Class ExportRunbookVersionDetails
Request to Export Runbook Version.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ExportRunbookVersionDetails
Properties
ContentDestination
Declaration
[Required(ErrorMessage = "ContentDestination is required.")]
[JsonProperty(PropertyName = "contentDestination")]
public TransferRunbookContentDetails ContentDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| TransferRunbookContentDetails |
Remarks
Required
Version
Declaration
[JsonProperty(PropertyName = "version")]
public float? Version { get; set; }
Property Value
| Type | Description |
|---|---|
| float? | Export Runbook Version Details. |