Show / Hide Table of Contents

Class InputParameter

Input Parameters for the Task

Inheritance
object
InputParameter
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 InputParameter

Properties

Arguments

Declaration
[JsonProperty(PropertyName = "arguments")]
public List<TaskArgument> Arguments { get; set; }
Property Value
Type Description
List<TaskArgument>

Arguments for the Task

StepName

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

stepName for which the input parameters are provided

Remarks

Required

In this article
Back to top