Class GraphQl
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.response.Dast.GraphQl
-
public class GraphQl extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
host
String
schemeType
String
servicePath
GetDastScanSettingResponse.ApiSource
sourceType
String
sourceUrn
-
Constructor Summary
Constructors Constructor Description GraphQl()
-
-
-
Field Detail
-
sourceType
public GetDastScanSettingResponse.ApiSource sourceType
-
sourceUrn
public String sourceUrn
-
schemeType
public String schemeType
-
host
public String host
-
servicePath
public String servicePath
-
-