Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddConfigurationSettingResponse

Package version

Response from adding a ConfigurationSetting.

Hierarchy

Index

Properties

_response

_response: HttpResponse & object

The underlying HTTP response.

Optional contentType

contentType: undefined | string

The content type of the setting's value

Optional etag

etag: undefined | string

The etag for this setting

key

key: string

The key for this setting

Optional label

label: undefined | string

The label for this setting. Leaving this undefined means this setting does not have a label.

Optional lastModified

lastModified: Date

The date when this setting was last modified

readOnly

readOnly: boolean

Whether or not the setting is read-only

Optional syncToken

syncToken: undefined | string

Enables real-time consistency between requests by providing the returned value in the next request made to the server.

Optional tags

tags: undefined | object

Tags for this key

Optional value

value: undefined | string

The setting's value

Generated using TypeDoc