AppsGetPublishSettingsResponse type
Obsahuje data odpovědi pro operaci getPublishSettings.
type AppsGetPublishSettingsResponse = PublishSettings & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PublishSettings
}
}