ApplicationInfo

Information about an application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The application ID.

Link copied to clipboard

The application name.

Link copied to clipboard

The destination platform type for deployment of the application (Lambda or Server).

Link copied to clipboard

The time at which the application was created.

Link copied to clipboard

The name for a connection to a GitHub account.

Link copied to clipboard

True if the user has authenticated with GitHub for the specified application. Otherwise, false.

Functions

Link copied to clipboard
inline fun copy(block: ApplicationInfo.Builder.() -> Unit = {}): ApplicationInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String