Skip to content

Commit 29966fb

Browse files
committed
Added PolyCustom feature for server functions.
1 parent f776d5c commit 29966fb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package io.polyapi.client.api.model.function;
2+
3+
import io.polyapi.commons.api.model.PolyObject;
4+
import lombok.Getter;
5+
import lombok.Setter;
6+
7+
/**
8+
* Utility class that provides additional functionality to server functions. Available only during execution time.
9+
*/
10+
@Getter
11+
public class PolyCustom implements PolyObject {
12+
private String environmentId;
13+
}

0 commit comments

Comments
 (0)