Amazon.ECS.Model.CollectionSummary.WithLowestListPrice C# (CSharp) Метод

WithLowestListPrice() публичный Метод

Sets the LowestListPrice property
public WithLowestListPrice ( Price lowestListPrice ) : CollectionSummary
lowestListPrice Price LowestListPrice property
Результат CollectionSummary
        public CollectionSummary WithLowestListPrice(Price lowestListPrice)
        {
            this.lowestListPriceField = lowestListPrice;
            return this;
        }