Get App Result
data class GetAppResult(val apiProducts: List<String>, val appFamily: String, val appId: String, val attributes: List<GoogleCloudApigeeV1AttributeResponse>, val callbackUrl: String, val createdAt: String, val credentials: List<GoogleCloudApigeeV1CredentialResponse>, val developerId: String, val keyExpiresIn: String, val lastModifiedAt: String, val name: String, val scopes: List<String>, val status: String)
Constructors
Link copied to clipboard
fun GetAppResult(apiProducts: List<String>, appFamily: String, appId: String, attributes: List<GoogleCloudApigeeV1AttributeResponse>, callbackUrl: String, createdAt: String, credentials: List<GoogleCloudApigeeV1CredentialResponse>, developerId: String, keyExpiresIn: String, lastModifiedAt: String, name: String, scopes: List<String>, status: String)