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