# Functions
NewClient creates a new API client.
# Variables
RestyClient is the REST Client.
# Structs
Client manages communication with the Webex Teams API API v1.0.0 In most cases there should be only one, shared, APIClient.
License is the License definition.
Licenses is the List of Licenses.
ListLicensesQueryParams are the query params for the ListLicenses API Call.
ListMembershipsQueryParams are the query params for the ListMemberships API Call.
ListMessagesQueryParams are the query params for the ListMessages API Call.
ListOrganizationsQueryParams are the query params for the ListOrganizations API Call.
ListPeopleQueryParams are the query params for the ListPeople API Call.
ListRoomsQueryParams are the query params for the ListRooms API Call.
ListTeamMemberhipsQueryParams are the query params for the ListTeamMemberhips API Call.
ListTeamsQueryParams are the query params for the ListTeams API Call.
ListWebhooksQueryParams are the query params for the ListWebhooks API Call.
Membership is the Membership definition.
MembershipCreateRequest is the Create Membership Request Parameters.
Memberships is the List of Memberships.
MembershipUpdateRequest is the Update Membership Request object.
Message is the Message definition.
MessageCreateRequest is the Create Message Request Parameters.
Messages is the List of Messages.
Organization is the Organization definition.
Organizations is the List of Organizations.
People is the List of Persons.
Person is the Person definition.
PersonRequest is the Create Person Request Parameters.
Role is the Role definition.
Roles is the List of Roles.
RolesListQueryParams are the query params for the GetRoles API Call.
Room is the Room definition.
RoomCreateRequest is the Room Create Request Parameters.
Rooms is the List of Rooms.
RoomUpdateRequest is the Room Update Request Parameters.
Team is the Team definition.
TeamCreateRequest is the Team Create Request Parameters.
TeamMembership is the Team Membership definition.
TeamMembershipCreateRequest is the Team Membership Create Request Parameters.
TeamMemberships is the List of Team Memberships.
TeamMembershipUpdateRequest is the Team Membership Update Request object.
Teams is the List of Teams.
TeamUpdateRequest is the Team Update Request Object.
Webhook is the Webhook definition.
WebhookCreateRequest is the Webhook Create Request Parameters.
Webhooks is the List of Webhooks.
WebhookUpdateRequest is the Update Webhook Request Parameters.
# Type aliases
ContentsService is the service to communicate with the Contents API endpoint.
LicensesService is the service to communicate with the Licenses API endpoint.
MembershipsService is the service to communicate with the Memberships API endpoint.
MessagesService is the service to communicate with the Messages API endpoint.
OrganizationsService is the service to communicate with the Organizations API endpoint.
PeopleService is the service to communicate with the People API endpoint.
RolesService is the service to communicate with the Roles API endpoint.
RoomsService is the service to communicate with the Rooms API endpoint.
TeamMembershipsService is the service to communicate with the TeamMemberships API endpoint.
TeamsService is the service to communicate with the Teams API endpoint.
WebhooksService is the service to communicate with the Webhooks API endpoint.