Amazon.ECS.Model.Feedback.IsSetRating C# (CSharp) Method

IsSetRating() public method

Checks if Rating property is set
public IsSetRating ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetRating()
        {
            return  this.ratingField != null;
        }