Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1014 Bytes

File metadata and controls

28 lines (19 loc) · 1014 Bytes

RangeBucketBoundariesInner

Properties

Name Type Description Notes

Example

from mixpeek.models.range_bucket_boundaries_inner import RangeBucketBoundariesInner

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

# convert the object into a dict
range_bucket_boundaries_inner_dict = range_bucket_boundaries_inner_instance.to_dict()
# create an instance of RangeBucketBoundariesInner from a dict
range_bucket_boundaries_inner_from_dict = RangeBucketBoundariesInner.from_dict(range_bucket_boundaries_inner_dict)

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