SecretListByResourceGroupNextResponse type
Contains response data for the listByResourceGroupNext operation.
type SecretListByResourceGroupNextResponse = SecretResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretResourceDescriptionList
}
}