Show / Hide Table of Contents

Class TaskArgument

A Task argument that holds a value.

Inheritance
object
TaskArgument
FileTaskArgument
StringTaskArgument
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
[JsonConverter(typeof(TaskArgumentModelConverter))]
public class TaskArgument

Properties

Name

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

Name of the input variable

Remarks

Required

In this article
Back to top