VkNet.Model.RequestParams.VideoGetCommentsParams.VideoGetCommentsParams C# (CSharp) Метод

VideoGetCommentsParams() публичный Метод

Параметры метода video.getComments
public VideoGetCommentsParams ( bool gag = true ) : VkNet.Enums.SafetyEnums
gag bool Заглушка для конструктора.
Результат VkNet.Enums.SafetyEnums
        public VideoGetCommentsParams(bool gag = true)
        {
            OwnerId = null;
            VideoId = 0;
            NeedLikes = null;
            StartCommentId = null;
            Offset = null;
            Count = null;
            Sort = null;
            Extended = null;
        }