DataObjectBindParameter¶
-
class
oci.opsi.models.
DataObjectBindParameter
(**kwargs)¶ Bases:
object
Details for a bind parameter used in data object query.
Methods
__init__
(**kwargs)Initializes a new DataObjectBindParameter object with values from keyword arguments. Attributes
data_type
[Required] Gets the data_type of this DataObjectBindParameter. name
[Required] Gets the name of this DataObjectBindParameter. value
[Required] Gets the value of this DataObjectBindParameter. -
__init__
(**kwargs)¶ Initializes a new DataObjectBindParameter 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 DataObjectBindParameter.
- value (object) – The value to assign to the value property of this DataObjectBindParameter.
- data_type (str) – The value to assign to the data_type property of this DataObjectBindParameter.
-
data_type
¶ [Required] Gets the data_type of this DataObjectBindParameter. Data type of the bind parameter.
Returns: The data_type of this DataObjectBindParameter. Return type: str
-
name
¶ [Required] Gets the name of this DataObjectBindParameter. Name of the bind parameter.
Returns: The name of this DataObjectBindParameter. Return type: str
-
value
¶ [Required] Gets the value of this DataObjectBindParameter. Value for the bind parameter.
Returns: The value of this DataObjectBindParameter. Return type: object
-