Apex
...
Input & Output Types
Types.CreateMicrosoftTeamInput
this will be used as a input in the create microsoft team docid\ yzuycyx1nmx0ksqapnvri function global createmicrosoftteaminput( string name, string description, string templateid, string teamid ) { this name = name; this description = description; this templateid = templateid; this teamid = teamid; } class params/properties name the name of the microsoft team example "account xyz team " description a brief description of the microsoft team being created example "team for managing all activities related to account xyz " templateid the id of an existing microsoft team to use as a template for creating the new team if provided, the new team will inherit the structure and settings of the specified team teamid the id of a predefined microsoft team template to use if provided, the new team will follow the structure defined by the template