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

FriendsGetRequestsParams() public method

Параметры метода friends.getRequests
public FriendsGetRequestsParams ( bool gag = true ) : VkNet.Utils
gag bool Заглушка для конструктора.
return VkNet.Utils
        public FriendsGetRequestsParams(bool gag = true)
        {
            Offset = null;
            Count = null;
            Extended = null;
            NeedMutual = null;
            Out = null;
            Sort = null;
            Suggested = null;
        }