Show / Hide Table of Contents

Class RunbookImportDependencyFinderRequiredValue

Runbook import required value.

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

Properties

ExpectedAssignment

Declaration
[JsonProperty(PropertyName = "expectedAssignment")]
[JsonConverter(typeof(ResponseEnumConverter))]
public RunbookImportDependencyFinderRequiredValue.ExpectedAssignmentEnum? ExpectedAssignment { get; set; }
Property Value
Type Description
RunbookImportDependencyFinderRequiredValue.ExpectedAssignmentEnum?

Expected assignment.

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

Label

Declaration
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
Type Description
string

Label for required value.

PlaceholderAssignment

Declaration
[JsonProperty(PropertyName = "placeholderAssignment")]
public string PlaceholderAssignment { get; set; }
Property Value
Type Description
string

Placeholder assignment for required value.

RenderingComponent

Declaration
[JsonProperty(PropertyName = "renderingComponent")]
[JsonConverter(typeof(ResponseEnumConverter))]
public RunbookImportDependencyFinderRequiredValue.RenderingComponentEnum? RenderingComponent { get; set; }
Property Value
Type Description
RunbookImportDependencyFinderRequiredValue.RenderingComponentEnum?

Rendering component value for required value.

StepName

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

Step name for required value.

In this article
Back to top