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

PagesGetParams() public method

Параметры метода pages.get
public PagesGetParams ( bool gag = true ) : VkNet.Utils
gag bool Заглушка для конструктора.
return VkNet.Utils
        public PagesGetParams(bool gag = true)
        {
            OwnerId = null;
            PageId = null;
            Global = null;
            SitePreview = null;
            Title = null;
            NeedSource = null;
            NeedHtml = null;
        }