listDataSets

@GET(value = "zosmf/restfiles/ds")
abstract fun listDataSets(@Header(value = "Authorization") authorizationToken: String, @Header(value = "X-IBM-Attributes") xIBMAttr: XIBMAttr = XIBMAttr(), @Header(value = "X-IBM-Max-Items") xIBMMaxItems: Int = 0, @Header(value = "X-IBM-Response-Timeout") xIBMResponseTimeout: String? = null, @Query(value = "dslevel") dsLevel: String, @Query(value = "volser") volser: String? = null, @Query(value = "start") start: String? = null): Call<DataSetsList>