Amazon.ECS.Model.ItemAttributes.IsSetModel C# (CSharp) Method

IsSetModel() public method

Checks if Model property is set
public IsSetModel ( ) : Boolean
return Boolean
        public Boolean IsSetModel()
        {
            return  this.modelField != null;
        }
ItemAttributes