ValueSetEntity¶
-
class
oci.osp_gateway.models.
ValueSetEntity
(**kwargs)¶ Bases:
object
LOV for allowed values
Methods
__init__
(**kwargs)Initializes a new ValueSetEntity object with values from keyword arguments. Attributes
name
Gets the name of this ValueSetEntity. value
Gets the value of this ValueSetEntity. -
__init__
(**kwargs)¶ Initializes a new ValueSetEntity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ValueSetEntity.
- value (str) – The value to assign to the value property of this ValueSetEntity.
-
name
¶ Gets the name of this ValueSetEntity. User friendly name
Returns: The name of this ValueSetEntity. Return type: str
-
value
¶ Gets the value of this ValueSetEntity. Value
Returns: The value of this ValueSetEntity. Return type: str
-