The value of an IndexField and its current status.
 /// <summary>
 /// Sets the IndexField property
 /// </summary>
 /// <param name="indexField">The value to set for the IndexField property </param>
 /// <returns>this instance</returns>
 public DeleteIndexFieldResult WithIndexField(IndexFieldStatus indexField)
 {
     this.indexField = indexField;
     return(this);
 }
 public DefineIndexFieldResult WithIndexField(IndexFieldStatus indexField)
 {
     this.indexField = indexField;
     return this;
 }