Show / Hide Table of Contents

Class PublishRunbookDetails

Request to publish Runbook.

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

Properties

RunbookId

Declaration
[Required(ErrorMessage = "RunbookId is required.")]
[JsonProperty(PropertyName = "runbookId")]
public string RunbookId { get; set; }
Property Value
Type Description
string

The OCID of the resource.

Remarks

Required

RunbookVersionId

Declaration
[Required(ErrorMessage = "RunbookVersionId is required.")]
[JsonProperty(PropertyName = "runbookVersionId")]
public string RunbookVersionId { get; set; }
Property Value
Type Description
string

The OCID of the resource.

Remarks

Required

In this article
Back to top