Skip to content

Commit 36c6ceb

Browse files
zeevmoneyCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 35fbb30 commit 36c6ceb

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/main/java/io/permit/sdk/openapi/models/GroupAddRole.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,12 @@ public GroupAddRole() {
7575
}
7676

7777
/**
78+
* Constructs a new GroupAddRole with all required identifiers.
7879
*
79-
* @param resourceInstance
80-
* @param tenant
80+
* @param role the role key or id to assign to the group
81+
* @param resourceInstance the resource instance key or id that the role belongs to
82+
* @param resource the resource key or id that the role belongs to
83+
* @param tenant the tenant key or id that the role belongs to
8184
*/
8285
public GroupAddRole(java.lang.String role, java.lang.String resourceInstance, java.lang.String resource, java.lang.String tenant) {
8386
super();

0 commit comments

Comments
 (0)