Class InputParameter
Input Parameters for the Task
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class InputParameterProperties
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