Class AssociatedSharedTaskDetails
The details of the shared task. Tasks that are part of the task library and can be reused across runbooks.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class AssociatedSharedTaskDetails : AssociatedTaskDetailsProperties
TaskRecordId
Declaration
[Required(ErrorMessage = "TaskRecordId is required.")]
[JsonProperty(PropertyName = "taskRecordId")]
public string TaskRecordId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The ID of taskRecord. | 
Remarks
Required