Show / Hide Table of Contents

Class AssociatedSharedTaskDetails

The details of the shared task. Tasks that are part of the task library and can be reused across runbooks.

Inheritance
object
AssociatedTaskDetails
AssociatedSharedTaskDetails
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 AssociatedSharedTaskDetails : AssociatedTaskDetails

Properties

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

In this article
Back to top