Show / Hide Table of Contents

Class Choice

choice.

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

Properties

RequiredValues

Declaration
[Required(ErrorMessage = "RequiredValues is required.")]
[JsonProperty(PropertyName = "requiredValues")]
public List<RunbookImportDependencyFinderRequiredValue> RequiredValues { get; set; }
Property Value
Type Description
List<RunbookImportDependencyFinderRequiredValue>

List of required values.

Remarks

Required

In this article
Back to top