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
It specifies name of the requestor and reson for the cancellation.
[optional]
value
str
It specifies the value for the given name input.
[optional]
Example
fromshipping.models.schedule_pickup_cancel_request_options_innerimportSchedulePickupCancelRequestOptionsInner# TODO update the JSON string belowjson="{}"# create an instance of SchedulePickupCancelRequestOptionsInner from a JSON stringschedule_pickup_cancel_request_options_inner_instance=SchedulePickupCancelRequestOptionsInner.from_json(json)
# print the JSON string representation of the objectprint(SchedulePickupCancelRequestOptionsInner.to_json())
# convert the object into a dictschedule_pickup_cancel_request_options_inner_dict=schedule_pickup_cancel_request_options_inner_instance.to_dict()
# create an instance of SchedulePickupCancelRequestOptionsInner from a dictschedule_pickup_cancel_request_options_inner_from_dict=SchedulePickupCancelRequestOptionsInner.from_dict(schedule_pickup_cancel_request_options_inner_dict)