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
{{ message }}
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
fromequinix_metal.models.port_vlan_assignment_batch_create_input_vlan_assignments_innerimportPortVlanAssignmentBatchCreateInputVlanAssignmentsInner# TODO update the JSON string belowjson="{}"# create an instance of PortVlanAssignmentBatchCreateInputVlanAssignmentsInner from a JSON stringport_vlan_assignment_batch_create_input_vlan_assignments_inner_instance=PortVlanAssignmentBatchCreateInputVlanAssignmentsInner.from_json(json)
# print the JSON string representation of the objectprint(PortVlanAssignmentBatchCreateInputVlanAssignmentsInner.to_json())
# convert the object into a dictport_vlan_assignment_batch_create_input_vlan_assignments_inner_dict=port_vlan_assignment_batch_create_input_vlan_assignments_inner_instance.to_dict()
# create an instance of PortVlanAssignmentBatchCreateInputVlanAssignmentsInner from a dictport_vlan_assignment_batch_create_input_vlan_assignments_inner_form_dict=port_vlan_assignment_batch_create_input_vlan_assignments_inner.from_dict(port_vlan_assignment_batch_create_input_vlan_assignments_inner_dict)