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