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