artifactPackage

Information about a package included in an artifact.

Examples

type ArtifactPackage {
  appId: String
  appName: String
  repoName: String
  link: String
  type: String
}

Fields

Field
Description
Supported fields

appId String

Application ID associated with the package

appName String

Application name associated with the package

repoName String

Repository name where the package is stored

link String

Link to the package or repository

type String

Type of the package

References

Fields with this object:

Last updated