fix parse getaccountmemebrship

parent c239602c
...@@ -31010,6 +31010,7 @@ return /******/ (function(modules) { // webpackBootstrap ...@@ -31010,6 +31010,7 @@ return /******/ (function(modules) { // webpackBootstrap
this.id = resource_obj.id; this.id = resource_obj.id;
this.attrs = this.buildAttrsMap(resource_obj.a); this.attrs = this.buildAttrsMap(resource_obj.a);
this.api = zimbra_api_client; this.api = zimbra_api_client;
this._addAttributesIfExists(resource_obj);
} }
(0, _createClass3.default)(Zimbra, [{ (0, _createClass3.default)(Zimbra, [{
......
...@@ -9,6 +9,7 @@ class Zimbra { ...@@ -9,6 +9,7 @@ class Zimbra {
this.id = resource_obj.id; this.id = resource_obj.id;
this.attrs = this.buildAttrsMap(resource_obj.a); this.attrs = this.buildAttrsMap(resource_obj.a);
this.api = zimbra_api_client; this.api = zimbra_api_client;
this._addAttributesIfExists(resource_obj);
} }
_addAttributesIfExists(resource_obj) { _addAttributesIfExists(resource_obj) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment