Amazon.ECS.Model.SellerListingSearchRequest.WithListingPage C# (CSharp) Méthode

WithListingPage() public méthode

Sets the ListingPage property
public WithListingPage ( Decimal listingPage ) : SellerListingSearchRequest
listingPage Decimal ListingPage property
Résultat SellerListingSearchRequest
        public SellerListingSearchRequest WithListingPage(Decimal listingPage)
        {
            this.listingPageField = listingPage;
            return this;
        }