| Name |
Type |
Description |
Notes |
| dataset |
str |
|
|
| resolution |
int |
|
|
from cm_python_openapi_sdk.models.function_h3_grid_options import FunctionH3GridOptions
# TODO update the JSON string below
json = "{}"
# create an instance of FunctionH3GridOptions from a JSON string
function_h3_grid_options_instance = FunctionH3GridOptions.from_json(json)
# print the JSON string representation of the object
print(FunctionH3GridOptions.to_json())
# convert the object into a dict
function_h3_grid_options_dict = function_h3_grid_options_instance.to_dict()
# create an instance of FunctionH3GridOptions from a dict
function_h3_grid_options_from_dict = FunctionH3GridOptions.from_dict(function_h3_grid_options_dict)
[Back to Model list] [Back to API list] [Back to README]