Amazon.ECS.Model.SellerListings.WithTotalPages C# (CSharp) Метод

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

Sets the TotalPages property
public WithTotalPages ( Decimal totalPages ) : SellerListings
totalPages Decimal TotalPages property
Результат SellerListings
        public SellerListings WithTotalPages(Decimal totalPages)
        {
            this.totalPagesField = totalPages;
            return this;
        }