Show / Hide Table of Contents

Class ExportRunbookVersionDetails

Request to Export Runbook Version.

Inheritance
object
ExportRunbookVersionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top