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
fromequinix_metal.models.port_vlan_assignment_batch_vlan_assignments_innerimportPortVlanAssignmentBatchVlanAssignmentsInner# TODO update the JSON string belowjson="{}"# create an instance of PortVlanAssignmentBatchVlanAssignmentsInner from a JSON stringport_vlan_assignment_batch_vlan_assignments_inner_instance=PortVlanAssignmentBatchVlanAssignmentsInner.from_json(json)
# print the JSON string representation of the objectprint(PortVlanAssignmentBatchVlanAssignmentsInner.to_json())
# convert the object into a dictport_vlan_assignment_batch_vlan_assignments_inner_dict=port_vlan_assignment_batch_vlan_assignments_inner_instance.to_dict()
# create an instance of PortVlanAssignmentBatchVlanAssignmentsInner from a dictport_vlan_assignment_batch_vlan_assignments_inner_form_dict=port_vlan_assignment_batch_vlan_assignments_inner.from_dict(port_vlan_assignment_batch_vlan_assignments_inner_dict)