Amazon.ECS.Model.CustomerReviews.WithTotalReviews C# (CSharp) Méthode

WithTotalReviews() public méthode

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