Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.31 KB

File metadata and controls

32 lines (23 loc) · 1.31 KB

DwhQueryPropertyTypesFunctionRowNumber

Properties

Name Type Description Notes
id str [optional]
type str
content List[object]
options object [optional]

Example

from cm_python_openapi_sdk.models.dwh_query_property_types_function_row_number import DwhQueryPropertyTypesFunctionRowNumber

# TODO update the JSON string below
json = "{}"
# create an instance of DwhQueryPropertyTypesFunctionRowNumber from a JSON string
dwh_query_property_types_function_row_number_instance = DwhQueryPropertyTypesFunctionRowNumber.from_json(json)
# print the JSON string representation of the object
print(DwhQueryPropertyTypesFunctionRowNumber.to_json())

# convert the object into a dict
dwh_query_property_types_function_row_number_dict = dwh_query_property_types_function_row_number_instance.to_dict()
# create an instance of DwhQueryPropertyTypesFunctionRowNumber from a dict
dwh_query_property_types_function_row_number_from_dict = DwhQueryPropertyTypesFunctionRowNumber.from_dict(dwh_query_property_types_function_row_number_dict)

[Back to Model list] [Back to API list] [Back to README]