Versions in this module Expand all Collapse all v1 v1.0.4 Feb 19, 2026 Changes in this version + type Client struct + func New(webexClient *webexsdk.Client, config *Config) *Client + func (c *Client) Create(team *Team) (*Team, error) + func (c *Client) Delete(teamID string) error + func (c *Client) Get(teamID string) (*Team, error) + func (c *Client) List(options *ListOptions) (*TeamsPage, error) + func (c *Client) Update(teamID string, team *Team) (*Team, error) + type Config struct + func DefaultConfig() *Config + type ListOptions struct + Max int + type Team struct + Created *time.Time + CreatorID string + Description string + ID string + Name string + type TeamsPage struct + Items []Team Other modules containing this package github.com/WebexCommunity/webex-go-sdk/v2