GetApisApi

data class GetApisApi(val description: String, val groupId: String, val groupName: String, val id: String, val name: String, val regionId: String)

Constructors

Link copied to clipboard
fun GetApisApi(description: String, groupId: String, groupName: String, id: String, name: String, regionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

API description.

Link copied to clipboard

ID of the specified group.

Link copied to clipboard

The group name that the apis belong to.

Link copied to clipboard
val id: String

API ID, which is generated by the system and globally unique.

Link copied to clipboard

API name.

Link copied to clipboard

The ID of the region where the API is located.