You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This defines maximum weight, which can be considered.
[optional]
min_weight
float
This defines minimum weight, which can be considered.
[optional]
required
bool
[optional]
unit_of_measurement
str
UnitOfMeasurement is a standard for measuring the physical quantities of specified dimension parameters.
[optional]
Example
fromshipping.models.parcel_types_inner_weight_rules_innerimportParcelTypesInnerWeightRulesInner# TODO update the JSON string belowjson="{}"# create an instance of ParcelTypesInnerWeightRulesInner from a JSON stringparcel_types_inner_weight_rules_inner_instance=ParcelTypesInnerWeightRulesInner.from_json(json)
# print the JSON string representation of the objectprint(ParcelTypesInnerWeightRulesInner.to_json())
# convert the object into a dictparcel_types_inner_weight_rules_inner_dict=parcel_types_inner_weight_rules_inner_instance.to_dict()
# create an instance of ParcelTypesInnerWeightRulesInner from a dictparcel_types_inner_weight_rules_inner_from_dict=ParcelTypesInnerWeightRulesInner.from_dict(parcel_types_inner_weight_rules_inner_dict)