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(tab *RoomTab) (*RoomTab, error) + func (c *Client) Delete(tabID string) error + func (c *Client) Get(tabID string) (*RoomTab, error) + func (c *Client) List(options *ListOptions) (*RoomTabsPage, error) + func (c *Client) Update(tabID string, tab *RoomTab) (*RoomTab, error) + type Config struct + func DefaultConfig() *Config + type ListOptions struct + RoomID string + type RoomTab struct + ContentURL string + Created *time.Time + CreatorID string + DisplayName string + ID string + RoomID string + RoomType string + type RoomTabsPage struct + Items []RoomTab Other modules containing this package github.com/WebexCommunity/webex-go-sdk/v2