Amazon.ECS.Model.Sellers.WithTotalResults C# (CSharp) 메소드

WithTotalResults() 공개 메소드

Sets the TotalResults property
public WithTotalResults ( Decimal totalResults ) : Sellers
totalResults Decimal TotalResults property
리턴 Sellers
        public Sellers WithTotalResults(Decimal totalResults)
        {
            this.totalResultsField = totalResults;
            return this;
        }