@@ -26,6 +26,7 @@ namespace Models
2626 DARABONBA_PTR_TO_JSON (NamespaceName, namespaceName_);
2727 DARABONBA_PTR_TO_JSON (NotificationExpired, notificationExpired_);
2828 DARABONBA_PTR_TO_JSON (SecurityGroupId, securityGroupId_);
29+  DARABONBA_PTR_TO_JSON (SlsConfigs, slsConfigs_);
2930 DARABONBA_PTR_TO_JSON (TenantId, tenantId_);
3031 DARABONBA_PTR_TO_JSON (UserId, userId_);
3132 DARABONBA_PTR_TO_JSON (VSwitchId, vSwitchId_);
@@ -47,6 +48,7 @@ namespace Models
4748 DARABONBA_PTR_FROM_JSON (NamespaceName, namespaceName_);
4849 DARABONBA_PTR_FROM_JSON (NotificationExpired, notificationExpired_);
4950 DARABONBA_PTR_FROM_JSON (SecurityGroupId, securityGroupId_);
51+  DARABONBA_PTR_FROM_JSON (SlsConfigs, slsConfigs_);
5052 DARABONBA_PTR_FROM_JSON (TenantId, tenantId_);
5153 DARABONBA_PTR_FROM_JSON (UserId, userId_);
5254 DARABONBA_PTR_FROM_JSON (VSwitchId, vSwitchId_);
@@ -68,8 +70,8 @@ namespace Models
6870 virtual  bool  empty () const  override  { return  this ->appCount_  == nullptr 
6971 && return  this ->belongRegion_  == nullptr  && return  this ->description_  == nullptr  && return  this ->jumpServerAppId_  == nullptr  && return  this ->jumpServerIp_  == nullptr  && return  this ->lastChangeOrderId_  == nullptr 
7072 && return  this ->lastChangeOrderRunning_  == nullptr  && return  this ->lastChangeOrderStatus_  == nullptr  && return  this ->nameSpaceShortId_  == nullptr  && return  this ->namespaceId_  == nullptr  && return  this ->namespaceName_  == nullptr 
71-  && return  this ->notificationExpired_  == nullptr  && return  this ->securityGroupId_  == nullptr  && return  this ->tenantId_  == nullptr  && return  this ->userId_  == nullptr  && return  this ->vSwitchId_  == nullptr 
72-  && return  this ->vSwitchName_  == nullptr  && return  this ->vpcId_  == nullptr  && return  this ->vpcName_  == nullptr ; };
73+  && return  this ->notificationExpired_  == nullptr  && return  this ->securityGroupId_  == nullptr  && return  this ->slsConfigs_  == nullptr  && return  this ->tenantId_  == nullptr  && return  this ->userId_  == nullptr 
74+  && return  this ->vSwitchId_  ==  nullptr  &&  return this -> vSwitchName_  == nullptr  && return  this ->vpcId_  == nullptr  && return  this ->vpcName_  == nullptr ; };
7375 //  appCount Field Functions 
7476 bool  hasAppCount () const  { return  this ->appCount_  != nullptr ;};
7577 void  deleteAppCount () { this ->appCount_  = nullptr ;};
@@ -161,6 +163,13 @@ namespace Models
161163 inline  DescribeNamespaceResourcesResponseBodyData& setSecurityGroupId (string securityGroupId) { DARABONBA_PTR_SET_VALUE (securityGroupId_, securityGroupId) };
162164
163165
166+  //  slsConfigs Field Functions 
167+  bool  hasSlsConfigs () const  { return  this ->slsConfigs_  != nullptr ;};
168+  void  deleteSlsConfigs () { this ->slsConfigs_  = nullptr ;};
169+  inline  string slsConfigs () const  { DARABONBA_PTR_GET_DEFAULT (slsConfigs_, " " 
170+  inline  DescribeNamespaceResourcesResponseBodyData& setSlsConfigs (string slsConfigs) { DARABONBA_PTR_SET_VALUE (slsConfigs_, slsConfigs) };
171+ 172+ 164173 //  tenantId Field Functions 
165174 bool  hasTenantId () const  { return  this ->tenantId_  != nullptr ;};
166175 void  deleteTenantId () { this ->tenantId_  = nullptr ;};
@@ -246,6 +255,7 @@ namespace Models
246255 std::shared_ptr<bool > notificationExpired_ = nullptr ;
247256 //  The ID of the security group.
248257 std::shared_ptr<string> securityGroupId_ = nullptr ;
258+  std::shared_ptr<string> slsConfigs_ = nullptr ;
249259 //  The ID of the tenant in the SAE namespace.
250260 std::shared_ptr<string> tenantId_ = nullptr ;
251261 //  The ID of the user.
0 commit comments