Amazon.ECS.Model.Feedback.WithRating C# (CSharp) Метод

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

Sets the Rating property
public WithRating ( Decimal rating ) : Feedback
rating Decimal Rating property
Результат Feedback
        public Feedback WithRating(Decimal rating)
        {
            this.ratingField = rating;
            return this;
        }