AchievementCreateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class AchievementCreateOptions
{
	Dictionary<string,string> AutomationConfiguration { get; set;  }
	Guid? AutomationId { get; set;  }
	bool? Enabled { get; set;  }
	Guid? Id { get; set;  }
}
Properties
| Name | Type | Description | Default | Options | 
|---|---|---|---|---|
| AutomationConfiguration | Dictionary<string,string> | The configuration for the selected automation. | ||
| AutomationId | Guid? | The ID of the automation used to award/revoke this achievement. | ||
| Enabled | bool? | Set whether an achievement can be awarded or not. | ||
| Id | Guid? | Allows the specification of the achievement Id. It will be autogenerated if not specified. | 
 
				