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
An array of objects that represents the service accounts that the system could merge for this subaccount.
[optional]
Example
fromclientapi_cpanel.models.lookup_service_account_subaccount_merge_candidates_emptyimportLookupServiceAccountSubaccountMergeCandidatesEmpty# TODO update the JSON string belowjson="{}"# create an instance of LookupServiceAccountSubaccountMergeCandidatesEmpty from a JSON stringlookup_service_account_subaccount_merge_candidates_empty_instance=LookupServiceAccountSubaccountMergeCandidatesEmpty.from_json(json)
# print the JSON string representation of the objectprint(LookupServiceAccountSubaccountMergeCandidatesEmpty.to_json())
# convert the object into a dictlookup_service_account_subaccount_merge_candidates_empty_dict=lookup_service_account_subaccount_merge_candidates_empty_instance.to_dict()
# create an instance of LookupServiceAccountSubaccountMergeCandidatesEmpty from a dictlookup_service_account_subaccount_merge_candidates_empty_from_dict=LookupServiceAccountSubaccountMergeCandidatesEmpty.from_dict(lookup_service_account_subaccount_merge_candidates_empty_dict)