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

WithTotalPages() public méthode

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