Amazon.ECS.Model.CollectionSummary.WithLowestSalePrice C# (CSharp) Method

WithLowestSalePrice() public method

Sets the LowestSalePrice property
public WithLowestSalePrice ( Price lowestSalePrice ) : CollectionSummary
lowestSalePrice Price LowestSalePrice property
return CollectionSummary
        public CollectionSummary WithLowestSalePrice(Price lowestSalePrice)
        {
            this.lowestSalePriceField = lowestSalePrice;
            return this;
        }