Struct GetBroadcastsResponse
- Namespace
- Vonage.Video.Broadcast.GetBroadcasts
- Assembly
- Vonage.dll
Represents a response from GetBroadcasts.
public struct GetBroadcastsResponse
- Inherited Members
Properties
Count
The number of broadcasts in the the response.
public int Count { readonly get; set; }
Property Value
Items
The list of broadcasts.
public Broadcast[] Items { readonly get; set; }