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