RequestInfo

open fun RequestInfo(    @NonNull url: String,     @NonNull resource: RequestResourceType,     @NonNull priority: RequestPriorityType,     @NonNull loadingMethod: List<RequestLoadingMethodType>)