Class RunbookImportRequiredValue
Runbook import required value.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class RunbookImportRequiredValue
Properties
Field
Declaration
[Required(ErrorMessage = "Field is required.")]
[JsonProperty(PropertyName = "field")]
public string Field { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Field for required value. |
Remarks
Required
Placeholder
Declaration
[JsonProperty(PropertyName = "placeholder")]
public string Placeholder { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Placeholder for required value. |
StepName
Declaration
[JsonProperty(PropertyName = "stepName")]
public string StepName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Stepname for required value. |
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Value for required value. |