Get Server Groups Group Sticky Session Config
data class GetServerGroupsGroupStickySessionConfig(val cookie: String, val cookieTimeout: Int, val stickySessionEnabled: Boolean, val stickySessionType: String)
Constructors
Link copied to clipboard
fun GetServerGroupsGroupStickySessionConfig(cookie: String, cookieTimeout: Int, stickySessionEnabled: Boolean, stickySessionType: String)