ListScheduleGroups
data class ListScheduleGroups(val maxResults: Int? = null, val namePrefix: ScheduleGroupName? = null, val nextToken: String? = null) : SchedulerAction<ScheduleGroups> , Action<Result<ScheduleGroups, RemoteFailure>> (source)
Constructors
Link copied to clipboard
constructor(maxResults: Int? = null, namePrefix: ScheduleGroupName? = null, nextToken: String? = null)