Class AccountGroupCreateResponse

java.lang.Object
com.strongdm.api.AccountGroupCreateResponse

public class AccountGroupCreateResponse extends Object
AccountGroupCreateResponse reports the result of a create.
  • Constructor Details

    • AccountGroupCreateResponse

      public AccountGroupCreateResponse()
  • Method Details

    • getAccountGroup

      public AccountGroup getAccountGroup()
      The created AccountGroup.
    • setAccountGroup

      public void setAccountGroup(AccountGroup in)
      The created AccountGroup.
    • getRateLimit

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

      public void setRateLimit(RateLimitMetadata in)
      Rate limit information.