GetAppResult

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

A collection of values returned by getApp.

Constructors

Link copied to clipboard
constructor(activeDeploymentId: String, appId: String, createdAt: String, dedicatedIps: List<GetAppDedicatedIp>, defaultIngress: String, id: String, liveDomain: String, liveUrl: String, projectId: 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

A list of dedicated egress IP addresses associated with the app.

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 domain of the app.

Link copied to clipboard

The live URL of the app.

Link copied to clipboard

The ID of the project that the app is assigned to.

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.