Class GroupCreateFromRolesResponse

java.lang.Object
com.strongdm.api.GroupCreateFromRolesResponse

public class GroupCreateFromRolesResponse extends Object
  • Constructor Details

    • GroupCreateFromRolesResponse

      public GroupCreateFromRolesResponse()
  • Method Details

    • getGroupFromRole

      public List<GroupFromRole> getGroupFromRole()
      The created Group.
    • setGroupFromRole

      public void setGroupFromRole(List<GroupFromRole> in)
      The created Group.
    • getRateLimit

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

      public void setRateLimit(RateLimitMetadata in)
      Rate limit information.