GetLatestConfigurationResponse

Types

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

Properties

Link copied to clipboard

The data of the configuration. This may be empty if the client already has the latest version of configuration.

Link copied to clipboard

A standard MIME type describing the format of the configuration content.

Link copied to clipboard

The latest token describing the current state of the configuration session. This must be provided to the next call to GetLatestConfiguration.

Link copied to clipboard

The amount of time the client should wait before polling for configuration updates again. Use RequiredMinimumPollIntervalInSeconds to set the desired poll interval.

Link copied to clipboard

The user-defined label for the AppConfig hosted configuration version. This attribute doesn't apply if the configuration is not from an AppConfig hosted configuration version. If the client already has the latest version of the configuration data, this value is empty.

Functions

Link copied to clipboard
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