GetAppResult

data class GetAppResult(val activeDeploymentId: String, val appId: String, val createdAt: String, val defaultIngress: String, val id: String, val liveUrl: String, val specs: List<GetAppSpec>, val updatedAt: String, val urn: String)

A collection of values returned by getApp.

Constructors

Link copied to clipboard
fun GetAppResult(activeDeploymentId: String, appId: String, createdAt: String, defaultIngress: String, id: String, liveUrl: String, specs: List<GetAppSpec>, updatedAt: String, urn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID the app's currently active deployment.

Link copied to clipboard
Link copied to clipboard

The date and time of when the app was created.

Link copied to clipboard

The default URL to access the app.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The live URL of the app.

Link copied to clipboard

A DigitalOcean App spec describing the app.

Link copied to clipboard

The date and time of when the app was last updated.

Link copied to clipboard
val urn: String

The uniform resource identifier for the app.