
co.poynt.postman.model.PostmanScript Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of postman-runner Show documentation
Show all versions of postman-runner Show documentation
A module to run a POSTMAN collections.
The newest version!
package co.poynt.postman.model;
import java.util.List;
public class PostmanScript {
public String id;
public String type;
public List exec;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy