Amazon.ECS.Model.CustomerReviews.WithTotalReviews C# (CSharp) 메소드

WithTotalReviews() 공개 메소드

Sets the TotalReviews property
public WithTotalReviews ( Decimal totalReviews ) : CustomerReviews
totalReviews Decimal TotalReviews property
리턴 CustomerReviews
        public CustomerReviews WithTotalReviews(Decimal totalReviews)
        {
            this.totalReviewsField = totalReviews;
            return this;
        }