Choice¶
-
class
oci.fleet_apps_management.models.Choice(**kwargs)¶ Bases:
objectchoice.
Methods
__init__(**kwargs)Initializes a new Choice object with values from keyword arguments. Attributes
required_values[Required] Gets the required_values of this Choice. -
__init__(**kwargs)¶ Initializes a new Choice object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: required_values (list[oci.fleet_apps_management.models.RunbookImportDependencyFinderRequiredValue]) – The value to assign to the required_values property of this Choice.
-
required_values¶ [Required] Gets the required_values of this Choice. List of required values.
Returns: The required_values of this Choice. Return type: list[oci.fleet_apps_management.models.RunbookImportDependencyFinderRequiredValue]
-