VkNet.Model.RequestParams.VideoReorderVideosParams.VideoReorderVideosParams C# (CSharp) Method

VideoReorderVideosParams() public method

Параметры метода video.reorderVideos
public VideoReorderVideosParams ( bool gag = true ) : VkNet.Utils
gag bool Заглушка для конструктора.
return VkNet.Utils
        public VideoReorderVideosParams(bool gag = true)
        {
            TargetId = null;
            AlbumId = 0;
            OwnerId = 0;
            VideoId = 0;
            BeforeOwnerId = null;
            BeforeVideoId = null;
            AfterOwnerId = null;
            AfterVideoId = null;
        }