WebexModelFactory.CreateSpaceResponse 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.
public static Azure.Connectors.Sdk.Webex.Models.CreateSpaceResponse CreateSpaceResponse(DateTime? created = default, string creatorId = default, string id = default, bool? isLocked = default, DateTime? lastActivity = default, string title = default, string type = default);
static member CreateSpaceResponse : Nullable<DateTime> * string * string * Nullable<bool> * Nullable<DateTime> * string * string -> Azure.Connectors.Sdk.Webex.Models.CreateSpaceResponse
Public Shared Function CreateSpaceResponse (Optional created As Nullable(Of DateTime) = Nothing, Optional creatorId As String = Nothing, Optional id As String = Nothing, Optional isLocked As Nullable(Of Boolean) = Nothing, Optional lastActivity As Nullable(Of DateTime) = Nothing, Optional title As String = Nothing, Optional type As String = Nothing) As CreateSpaceResponse
Parameters
- creatorId
- String
- id
- String
- title
- String
- type
- String