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

MarketGetCommentsParams() public méthode

Параметры запроса market.getComments
public MarketGetCommentsParams ( bool gog = false ) : VkNet.Enums
gog bool
Résultat 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;
        }