Amazon.ECS.Model.SellerListings.WithTotalPages C# (CSharp) Méthode

WithTotalPages() public méthode

Sets the TotalPages property
public WithTotalPages ( Decimal totalPages ) : SellerListings
totalPages Decimal TotalPages property
Résultat SellerListings
        public SellerListings WithTotalPages(Decimal totalPages)
        {
            this.totalPagesField = totalPages;
            return this;
        }