| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | [optional] | |
| type | str | ||
| options | FunctionH3GridOptions |
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)