Format¶
-
class
oci.osp_gateway.models.
Format
(**kwargs)¶ Bases:
object
Format information
Methods
__init__
(**kwargs)Initializes a new Format object with values from keyword arguments. Attributes
example
Gets the example of this Format. value
[Required] Gets the value of this Format. -
__init__
(**kwargs)¶ Initializes a new Format 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 Format.
- example (str) – The value to assign to the example property of this Format.
-
example
¶ Gets the example of this Format. Example of the desired format that matches the regex
Returns: The example of this Format. Return type: str
-
value
¶ [Required] Gets the value of this Format. Regex format specification
Returns: The value of this Format. Return type: str
-