Skip to content

Commit

Permalink
fix(Enterprise Management): update create_account response payload (#242
Browse files Browse the repository at this point in the history
)

Signed-off-by: namratabhadauriya <namrata.nitw@gmail.com>
  • Loading branch information
namratabhadauriya authored Apr 24, 2024
1 parent 8ad41f2 commit b9e60a4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ public class CreateAccountResponse extends GenericModel {

@SerializedName("account_id")
protected String accountId;
@SerializedName("iam_service_id")
protected String iamServiceId;
@SerializedName("iam_apikey_id")
protected String iamApikeyId;
@SerializedName("iam_apikey")
protected String iamApikey;

protected CreateAccountResponse() { }

Expand Down

0 comments on commit b9e60a4

Please sign in to comment.