WebexModelFactory.SpaceCreatedInput(String, String, 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 SpaceCreatedInput(String, String, String, String).
public static Azure.Connectors.Sdk.Webex.Models.SpaceCreatedInput SpaceCreatedInput(string event = default, string name = default, string resource = default, string targetUrl = default);
static member SpaceCreatedInput : string * string * string * string -> Azure.Connectors.Sdk.Webex.Models.SpaceCreatedInput
Public Shared Function SpaceCreatedInput (Optional event As String = Nothing, Optional name As String = Nothing, Optional resource As String = Nothing, Optional targetUrl As String = Nothing) As SpaceCreatedInput
Parameters
- event
- String
- name
- String
- resource
- String
- targetUrl
- String