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;
        }