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

VideoSaveParams() public méthode

Параметры метода video.save
public VideoSaveParams ( bool gag = true ) : System.Collections.Generic
gag bool Заглушка для конструктора.
Résultat System.Collections.Generic
        public VideoSaveParams(bool gag = true)
        {
            Name = null;
            Description = null;
            IsPrivate = null;
            Wallpost = null;
            Link = null;
            GroupId = null;
            AlbumId = null;
            PrivacyView = null;
            PrivacyComment = null;
            NoComments = null;
            Repeat = null;
        }