Get Apicategory Result
data class GetApicategoryResult(val data: GoogleCloudApigeeV1ApiCategoryDataResponse, val errorCode: String, val message: String, val requestId: String, val status: String)
Constructors
Link copied to clipboard
fun GetApicategoryResult(data: GoogleCloudApigeeV1ApiCategoryDataResponse, errorCode: String, message: String, requestId: String, status: String)