Table of Contents

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

Count int
Items Session[]

Properties

Count

public int Count { get; init; }

Property Value

int

Items

public Session[] Items { get; init; }

Property Value

Session[]