Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeleteConfigurationSettingResponse

Package version

Response from deleting a ConfigurationSetting.

Hierarchy

Index

Properties

_response

_response: HttpResponse & { bodyAsText: string; parsedHeaders: SyncTokenHeaderField }

The underlying HTTP response.

statusCode

statusCode: number

The HTTP status code for the response

Optional syncToken

syncToken: undefined | string

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

Generated using TypeDoc