Detailed information about an activity type.

 /// <summary>
 /// Sets the TypeInfo property
 /// </summary>
 /// <param name="typeInfo">The value to set for the TypeInfo property </param>
 /// <returns>this instance</returns>
 public ActivityTypeDetail WithTypeInfo(ActivityTypeInfo typeInfo)
 {
     this.typeInfo = typeInfo;
     return(this);
 }
 /// <summary>
 /// Sets the TypeInfo property
 /// </summary>
 /// <param name="typeInfo">The value to set for the TypeInfo property </param>
 /// <returns>this instance</returns>
 public ActivityTypeDetail WithTypeInfo(ActivityTypeInfo typeInfo)
 {
     this.typeInfo = typeInfo;
     return this;
 }