WebexModelFactory.CreateSpaceInput(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of CreateSpaceInput(String, String).
public static Azure.Connectors.Sdk.Webex.Models.CreateSpaceInput CreateSpaceInput(string teamId = default, string title = default);
static member CreateSpaceInput : string * string -> Azure.Connectors.Sdk.Webex.Models.CreateSpaceInput
Public Shared Function CreateSpaceInput (Optional teamId As String = Nothing, Optional title As String = Nothing) As CreateSpaceInput
Parameters
- teamId
- String
- title
- String