CreateHostedConfigurationVersionRequest

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 configuration profile ID.

Link copied to clipboard

The content of the configuration or the configuration data.

Link copied to clipboard

A standard MIME type describing the format of the configuration content. For more information, see Content-Type.

Link copied to clipboard

A description of the configuration.

Link copied to clipboard

An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version. To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version.

Link copied to clipboard

An optional, user-defined label for the AppConfig hosted configuration version. This value must contain at least one non-numeric character. For example, "v2.2.0".

Functions

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