Group Instance Refresh
data class GroupInstanceRefresh(val preferences: GroupInstanceRefreshPreferences? = null, val strategy: String, val triggers: List<String>? = null)
Constructors
Link copied to clipboard
fun GroupInstanceRefresh(preferences: GroupInstanceRefreshPreferences? = null, strategy: String, triggers: List<String>? = null)
Types
Properties
Link copied to clipboard
Strategy to use for instance refresh. The only allowed value is Rolling
. See StartInstanceRefresh Action for more information.