success property

ListServiceClientsResp? get success

Implementation

ListServiceClientsResp? get success => this._success;
set success (ListServiceClientsResp? success)

Implementation

set success(ListServiceClientsResp? success) {
  this._success = success;
}