Premium Search Json Object Api Action
class PremiumSearchJsonObjectApiAction<M : PremiumSearchModel>( val client: ApiClient, val request: ApiRequest, val converter: (JsonObject) -> M, val environment: PremiumSearchEnvironment) : JsonRequest<M> , ApiAction<PremiumSearchJsonObjectResponse<M>>
Content copied to clipboard
The ApiAction that provides parsed json array with json model. This class supports premium search api operations.
Constructors
Link copied to clipboard
fun <M : PremiumSearchModel> PremiumSearchJsonObjectApiAction( client: ApiClient, request: ApiRequest, converter: (JsonObject) -> M, environment: PremiumSearchEnvironment)
Content copied to clipboard
Functions
Link copied to clipboard
Executes ApiAction and returns its result. This function is suspendable.
Properties
Link copied to clipboard
PremiumSearchEnvironment which will be used to acquire this response.
Link copied to clipboard