Struct ChangeLayoutRequest
- Namespace
- Vonage.Video.Archives.ChangeLayout
- Assembly
- Vonage.dll
Represents a request to change the layout of an archive.
[Builder(new string[] { })]
public readonly struct ChangeLayoutRequest : IVonageRequest, IHasApplicationId, IHasArchiveId
- Implements
- Inherited Members
Properties
ApplicationId
The Vonage Application UUID.
[Mandatory(0)]
public Guid ApplicationId { get; }
Property Value
ArchiveId
The archive Id.
[Mandatory(1)]
public Guid ArchiveId { get; }
Property Value
Layout
Sets the layout to apply to the archive.
[Mandatory(2)]
public Layout Layout { get; }
Property Value
Examples
.WithLayout(new Layout(null, null, LayoutType.BestFit))
Methods
Build()
public static IBuilderForApplicationId Build()
Returns
BuildRequestMessage()
Converts the request to a HttpRequest.
public HttpRequestMessage BuildRequestMessage()
Returns
- HttpRequestMessage
The Http request.