OBJECT
BDD Steps Library info type
1type BDDLibraryInfo {23# Id of the library.4id: String 56# Name of the library (only set for global libraries).7name: String 89# Whether this is a global library.10isGlobal: Boolean 1112# Project ids linked to this library.13projectIds: [String] 1415}