Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1022 Bytes

File metadata and controls

30 lines (21 loc) · 1022 Bytes

FunctionH3GridOptions

Properties

Name Type Description Notes
dataset str
resolution int

Example

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]