UpdateAppRequest

Types

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

Properties

Link copied to clipboard

The ID of the application.

Link copied to clipboard

The new description of the application.

Link copied to clipboard
val name: String?

The new name of the application.

Link copied to clipboard

The name of the service role in the customer's account used by Server Migration Service.

Link copied to clipboard

The server groups in the application to update.

Link copied to clipboard
val tags: List<Tag>?

The tags to associate with the application.

Functions

Link copied to clipboard
inline fun copy(block: UpdateAppRequest.Builder.() -> Unit = {}): UpdateAppRequest
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