GetWebAppDeploymentResult

data class GetWebAppDeploymentResult(val active: Boolean? = null, val author: String? = null, val authorEmail: String? = null, val deployer: String? = null, val details: String? = null, val endTime: String? = null, val id: String, val kind: String? = null, val message: String? = null, val name: String, val startTime: String? = null, val status: Int? = null, val type: String)

User credentials used for publishing activity.

Constructors

Link copied to clipboard
constructor(active: Boolean? = null, author: String? = null, authorEmail: String? = null, deployer: String? = null, details: String? = null, endTime: String? = null, id: String, kind: String? = null, message: String? = null, name: String, startTime: String? = null, status: Int? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val active: Boolean? = null

True if deployment is currently active, false if completed and null if not started.

Link copied to clipboard
val author: String? = null

Who authored the deployment.

Link copied to clipboard
val authorEmail: String? = null

Author email.

Link copied to clipboard
val deployer: String? = null

Who performed the deployment.

Link copied to clipboard
val details: String? = null

Details on deployment.

Link copied to clipboard
val endTime: String? = null

End time.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard
val message: String? = null

Details about deployment status.

Link copied to clipboard

Resource Name.

Link copied to clipboard
val startTime: String? = null

Start time.

Link copied to clipboard
val status: Int? = null

Deployment status.

Link copied to clipboard

Resource type.