PackageUsageResponse
PackageUsageResponse contains information about which stacks use a specific package.
Properties
packageNamestring optionalThe package name that was queried.totalStacksinteger optionalThe total number of stacks using this package.- The list of stacks using this package.
- ↳
stackNamestring optionalThe name of the stack. - ↳
stackIdstring optionalThe unique identifier of the stack. - ↳
projectNamestring optionalThe name of the project containing this stack. - ↳
versionstring optionalThe parsed semantic version of the package used, if available. - ↳
providerUrnstring optionalThe full provider URN for this stack. - Information about the most recent stack update, if available.
continuationTokenstring optionalToken for fetching the next page of results. Null if there are no more results.