VkNet.Model.RequestParams.VideoEditParams.VideoEditParams C# (CSharp) Méthode

VideoEditParams() public méthode

Параметры метода video.edit
public VideoEditParams ( bool gag = true ) : System.Collections.Generic
gag bool Заглушка для конструктора.
Résultat System.Collections.Generic
        public VideoEditParams(bool gag = true)
        {
            OwnerId = null;
            VideoId = 0;
            Name = null;
            Desc = null;
            PrivacyView = null;
            PrivacyComment = null;
            NoComments = null;
            Repeat = null;
        }