Class TestStep.SharedStepInfo
- java.lang.Object
-
- step.repositories.azure.devops.util.AutoToString
-
- step.repositories.azure.devops.rest.model.TestStep.SharedStepInfo
-
- Enclosing class:
- TestStep
public static class TestStep.SharedStepInfo extends AutoToString
-
-
Field Summary
Fields Modifier and Type Field Description SharedStepModel
model
String
title
-
Constructor Summary
Constructors Constructor Description SharedStepInfo(String title, SharedStepModel model)
-
-
-
Field Detail
-
title
public final String title
-
model
public final SharedStepModel model
-
-
Constructor Detail
-
SharedStepInfo
public SharedStepInfo(String title, SharedStepModel model)
-
-