Class GroupRoleDeleteRequest

java.lang.Object
com.strongdm.api.GroupRoleDeleteRequest

public class GroupRoleDeleteRequest extends Object
GroupRoleDeleteRequest identifies a group role by ID to delete.
  • Constructor Details

    • GroupRoleDeleteRequest

      public GroupRoleDeleteRequest()
  • Method Details

    • getId

      public String getId()
      The unique identifier of the group to delete.
    • setId

      public void setId(String in)
      The unique identifier of the group to delete.