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