Show / Hide Table of Contents

Class ExportRunbookDetails

Request to Export Runbook.

Inheritance
object
ExportRunbookDetails
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 ExportRunbookDetails

Properties

ContentDestination

Declaration
[Required(ErrorMessage = "ContentDestination is required.")]
[JsonProperty(PropertyName = "contentDestination")]
public TransferRunbookContentDetails ContentDestination { get; set; }
Property Value
Type Description
TransferRunbookContentDetails
Remarks

Required

ExportAs

Declaration
[JsonProperty(PropertyName = "exportAs")]
[JsonConverter(typeof(StringEnumConverter))]
public ExportRunbookDetails.ExportAsEnum? ExportAs { get; set; }
Property Value
Type Description
ExportRunbookDetails.ExportAsEnum?

Export Runbook As Type.

In this article
Back to top