Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 999 Bytes

File metadata and controls

31 lines (22 loc) · 999 Bytes

FunctionH3Grid

Properties

Name Type Description Notes
id str [optional]
type str
options FunctionH3GridOptions

Example

from cm_python_openapi_sdk.models.function_h3_grid import FunctionH3Grid

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

# convert the object into a dict
function_h3_grid_dict = function_h3_grid_instance.to_dict()
# create an instance of FunctionH3Grid from a dict
function_h3_grid_from_dict = FunctionH3Grid.from_dict(function_h3_grid_dict)

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