Class PublishRunbookDetails
Request to publish Runbook.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class PublishRunbookDetailsProperties
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