MetricAggregationItem
Properties
Example
from scc_firewall_manager_sdk.models.metric_aggregation_item import MetricAggregationItem
# TODO update the JSON string below
json = "{}"
# create an instance of MetricAggregationItem from a JSON string
metric_aggregation_item_instance = MetricAggregationItem.from_json(json)
# print the JSON string representation of the object
print(MetricAggregationItem.to_json())
# convert the object into a dict
metric_aggregation_item_dict = metric_aggregation_item_instance.to_dict()
# create an instance of MetricAggregationItem from a dict
metric_aggregation_item_form_dict = metric_aggregation_item.from_dict(metric_aggregation_item_dict)
[Back to Model list] [Back to API list] [Back to README]