Interface IBuilderForOptional
- Namespace
- Vonage.Video.ExperienceComposer.GetSessions
- Assembly
- Vonage.dll
public interface IBuilderForOptional : IVonageRequestBuilder<GetSessionsRequest>
- Inherited Members
Methods
WithCount(int)
Sets the maximum number of Experience Composers to return. The default is 50 and the maximum is 1000.
IBuilderForOptional WithCount(int value)
Parameters
valueint
Returns
Examples
.WithCount(100)
WithOffset(int)
Sets the index offset of the first Experience Composer to return. 0 (the default) is the most recently started Experience Composer.
IBuilderForOptional WithOffset(int value)
Parameters
valueint
Returns
Examples
.WithOffset(10)