Class GetSessionsResponse
- Namespace
- Vonage.Video.ExperienceComposer.GetSessions
- Assembly
- Vonage.dll
public record GetSessionsResponse : IEquatable<GetSessionsResponse>
- Inheritance
-
GetSessionsResponse
- Implements
- Inherited Members
Constructors
GetSessionsResponse(int, Session[])
public GetSessionsResponse(int Count, Session[] Items)
Parameters
Properties
Count
public int Count { get; init; }
Property Value
Items
public Session[] Items { get; init; }
Property Value
- Session[]