Skip to content

Latest commit

 

History

History
executable file
·
32 lines (17 loc) · 505 Bytes

File metadata and controls

executable file
·
32 lines (17 loc) · 505 Bytes

ClientCollaboratorsV2

(client_collaborators_v2)

Available Operations

  • list - Lists all collaborators in the V2 format

list

Lists all collaborators in the V2 format

Example Usage

import wingspan


s = wingspan.Wingspan()


res = s.client_collaborators_v2.list()

if res.collaborator_v2s is not None:
    # handle response
    pass

Response

operations.ListClientCollaboratorsV2Response