Label¶
- 
class oci.osp_gateway.models.Label(**kwargs)¶
- Bases: - object- Label information - Methods - __init__(**kwargs)- Initializes a new Label object with values from keyword arguments. - Attributes - example- Gets the example of this Label. - value- [Required] Gets the value of this Label. - 
__init__(**kwargs)¶
- Initializes a new Label object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - value (str) – The value to assign to the value property of this Label.
- example (str) – The value to assign to the example property of this Label.
 
 - 
example¶
- Gets the example of this Label. English translation of the label (for reference only - translation is not provided) - Returns: - The example of this Label. - Return type: - str 
 - 
value¶
- [Required] Gets the value of this Label. Language token of the required label - Returns: - The value of this Label. - Return type: - str 
 
-