Amazon.ECS.Model.Review.WithTotalVotes C# (CSharp) 메소드

WithTotalVotes() 공개 메소드

Sets the TotalVotes property
public WithTotalVotes ( Decimal totalVotes ) : Review
totalVotes Decimal TotalVotes property
리턴 Review
        public Review WithTotalVotes(Decimal totalVotes)
        {
            this.totalVotesField = totalVotes;
            return this;
        }