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

MarketGetCommentsParams() public method

Параметры запроса market.getComments
public MarketGetCommentsParams ( bool gog = false ) : VkNet.Enums
gog bool
return VkNet.Enums
        public MarketGetCommentsParams(bool gog = false)
        {
            OwnerId = 0;
            ItemId = 0;
            NeedLikes = null;
            StartCommentId = null;
            Offset = null;
            Count = null;
            Sort = null;
            Extended = null;
            Fields = null;
        }