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
List of fleets that previously matched the device.
[optional]
Example
fromflightctl.models.device_multiple_owners_resolved_detailsimportDeviceMultipleOwnersResolvedDetails# TODO update the JSON string belowjson="{}"# create an instance of DeviceMultipleOwnersResolvedDetails from a JSON stringdevice_multiple_owners_resolved_details_instance=DeviceMultipleOwnersResolvedDetails.from_json(json)
# print the JSON string representation of the objectprint(DeviceMultipleOwnersResolvedDetails.to_json())
# convert the object into a dictdevice_multiple_owners_resolved_details_dict=device_multiple_owners_resolved_details_instance.to_dict()
# create an instance of DeviceMultipleOwnersResolvedDetails from a dictdevice_multiple_owners_resolved_details_from_dict=DeviceMultipleOwnersResolvedDetails.from_dict(device_multiple_owners_resolved_details_dict)