Amazon.ECS.Model.CollectionSummary.WithLowestListPrice C# (CSharp) Méthode

WithLowestListPrice() public méthode

Sets the LowestListPrice property
public WithLowestListPrice ( Price lowestListPrice ) : CollectionSummary
lowestListPrice Price LowestListPrice property
Résultat CollectionSummary
        public CollectionSummary WithLowestListPrice(Price lowestListPrice)
        {
            this.lowestListPriceField = lowestListPrice;
            return this;
        }