Amazon.ECS.Model.Feedback.WithRating C# (CSharp) Méthode

WithRating() public méthode

Sets the Rating property
public WithRating ( Decimal rating ) : Feedback
rating Decimal Rating property
Résultat Feedback
        public Feedback WithRating(Decimal rating)
        {
            this.ratingField = rating;
            return this;
        }