Skip to content

Commit 4c6cc16

Browse files
Merge pull request #31 from sendinblue/feature_updated_swagger_sync
Wrapper generated for swagger-codegen version 3.0.5
2 parents 63e8f46 + f920761 commit 4c6cc16

File tree

494 files changed

+2664
-18478
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

494 files changed

+2664
-18478
lines changed

.swagger-codegen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
3.0.5

README.md

Lines changed: 22 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ SendinBlue's API matches the [OpenAPI v2 definition](https://www.openapis.org/).
99
This PYTHON package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project and is reviewed and maintained by SendinBlue:
1010

1111
- API version: 3.0.0
12-
- Build package: io.swagger.codegen.languages.PythonClientCodegen
13-
12+
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
1413
For more information, please visit [https://account.sendinblue.com/support](https://account.sendinblue.com/support)
1514

1615
## Requirements.
@@ -62,6 +61,11 @@ configuration = sib_api_v3_sdk.Configuration()
6261
configuration.api_key['api-key'] = 'YOUR_API_KEY'
6362
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
6463
# configuration.api_key_prefix['api-key'] = 'Bearer'
64+
# Configure API key authorization: partner-key
65+
configuration = sib_api_v3_sdk.Configuration()
66+
configuration.api_key['partner-key'] = 'YOUR_API_KEY'
67+
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
68+
# configuration.api_key_prefix['partner-key'] = 'Bearer'
6569

6670
# create an instance of the API class
6771
api_instance = sib_api_v3_sdk.AccountApi(sib_api_v3_sdk.ApiClient(configuration))
@@ -72,7 +76,6 @@ try:
7276
pprint(api_response)
7377
except ApiException as e:
7478
print("Exception when calling AccountApi->get_account: %s\n" % e)
75-
7679
```
7780

7881
## Documentation for API Endpoints
@@ -145,9 +148,9 @@ Class | Method | HTTP request | Description
145148
*ResellerApi* | [**delete_reseller_child**](docs/ResellerApi.md#delete_reseller_child) | **DELETE** /reseller/children/{childAuthKey} | Deletes a single reseller child based on the childAuthKey supplied
146149
*ResellerApi* | [**dissociate_ip_from_child**](docs/ResellerApi.md#dissociate_ip_from_child) | **POST** /reseller/children/{childAuthKey}/ips/dissociate | Dissociate a dedicated IP to the child
147150
*ResellerApi* | [**get_child_info**](docs/ResellerApi.md#get_child_info) | **GET** /reseller/children/{childAuthKey} | Gets the info about a specific child account
148-
*ResellerApi* | [**get_reseller_childs**](docs/ResellerApi.md#get_reseller_childs) | **GET** /reseller/children | Gets the list of all reseller's children accounts
151+
*ResellerApi* | [**get_reseller_childs**](docs/ResellerApi.md#get_reseller_childs) | **GET** /reseller/children | Gets the list of all reseller's children accounts
149152
*ResellerApi* | [**remove_credits**](docs/ResellerApi.md#remove_credits) | **POST** /reseller/children/{childAuthKey}/credits/remove | Remove Email and/or SMS credits from a specific child account
150-
*ResellerApi* | [**update_reseller_child**](docs/ResellerApi.md#update_reseller_child) | **PUT** /reseller/children/{childAuthKey} | Updates infos of reseller's child based on the childAuthKey supplied
153+
*ResellerApi* | [**update_reseller_child**](docs/ResellerApi.md#update_reseller_child) | **PUT** /reseller/children/{childAuthKey} | Updates infos of reseller's child based on the childAuthKey supplied
151154
*SMSCampaignsApi* | [**create_sms_campaign**](docs/SMSCampaignsApi.md#create_sms_campaign) | **POST** /smsCampaigns | Creates an SMS campaign
152155
*SMSCampaignsApi* | [**delete_sms_campaign**](docs/SMSCampaignsApi.md#delete_sms_campaign) | **DELETE** /smsCampaigns/{campaignId} | Delete the SMS campaign
153156
*SMSCampaignsApi* | [**get_sms_campaign**](docs/SMSCampaignsApi.md#get_sms_campaign) | **GET** /smsCampaigns/{campaignId} | Get an SMS campaign
@@ -186,76 +189,49 @@ Class | Method | HTTP request | Description
186189
*WebhooksApi* | [**get_webhooks**](docs/WebhooksApi.md#get_webhooks) | **GET** /webhooks | Get all webhooks
187190
*WebhooksApi* | [**update_webhook**](docs/WebhooksApi.md#update_webhook) | **PUT** /webhooks/{webhookId} | Update a webhook
188191

189-
190192
## Documentation For Models
191193

192194
- [AddContactToList](docs/AddContactToList.md)
193195
- [AddCredits](docs/AddCredits.md)
194196
- [CreateAttribute](docs/CreateAttribute.md)
195-
- [CreateAttributeEnumeration](docs/CreateAttributeEnumeration.md)
196197
- [CreateChild](docs/CreateChild.md)
197198
- [CreateContact](docs/CreateContact.md)
198199
- [CreateEmailCampaign](docs/CreateEmailCampaign.md)
199-
- [CreateEmailCampaignRecipients](docs/CreateEmailCampaignRecipients.md)
200-
- [CreateEmailCampaignSender](docs/CreateEmailCampaignSender.md)
201200
- [CreateList](docs/CreateList.md)
202201
- [CreateModel](docs/CreateModel.md)
203202
- [CreateReseller](docs/CreateReseller.md)
204203
- [CreateSender](docs/CreateSender.md)
205-
- [CreateSenderIps](docs/CreateSenderIps.md)
206204
- [CreateSenderModel](docs/CreateSenderModel.md)
207205
- [CreateSmsCampaign](docs/CreateSmsCampaign.md)
208-
- [CreateSmsCampaignRecipients](docs/CreateSmsCampaignRecipients.md)
209206
- [CreateSmtpEmail](docs/CreateSmtpEmail.md)
210207
- [CreateSmtpTemplate](docs/CreateSmtpTemplate.md)
211-
- [CreateSmtpTemplateSender](docs/CreateSmtpTemplateSender.md)
212208
- [CreateUpdateContactModel](docs/CreateUpdateContactModel.md)
213209
- [CreateUpdateFolder](docs/CreateUpdateFolder.md)
214210
- [CreateWebhook](docs/CreateWebhook.md)
215211
- [CreatedProcessId](docs/CreatedProcessId.md)
216212
- [DeleteHardbounces](docs/DeleteHardbounces.md)
217213
- [EmailExportRecipients](docs/EmailExportRecipients.md)
218214
- [ErrorModel](docs/ErrorModel.md)
219-
- [GetAccountMarketingAutomation](docs/GetAccountMarketingAutomation.md)
220-
- [GetAccountPlan](docs/GetAccountPlan.md)
221-
- [GetAccountRelay](docs/GetAccountRelay.md)
222-
- [GetAccountRelayData](docs/GetAccountRelayData.md)
215+
- [GetAccount](docs/GetAccount.md)
223216
- [GetAggregatedReport](docs/GetAggregatedReport.md)
224217
- [GetAttributes](docs/GetAttributes.md)
225-
- [GetAttributesAttributes](docs/GetAttributesAttributes.md)
226-
- [GetAttributesEnumeration](docs/GetAttributesEnumeration.md)
227218
- [GetCampaignOverview](docs/GetCampaignOverview.md)
228219
- [GetCampaignRecipients](docs/GetCampaignRecipients.md)
229220
- [GetCampaignStats](docs/GetCampaignStats.md)
230-
- [GetChildInfoApiKeys](docs/GetChildInfoApiKeys.md)
231-
- [GetChildInfoApiKeysV2](docs/GetChildInfoApiKeysV2.md)
232-
- [GetChildInfoApiKeysV3](docs/GetChildInfoApiKeysV3.md)
233-
- [GetChildInfoCredits](docs/GetChildInfoCredits.md)
234-
- [GetChildInfoStatistics](docs/GetChildInfoStatistics.md)
221+
- [GetChildInfo](docs/GetChildInfo.md)
235222
- [GetChildrenList](docs/GetChildrenList.md)
236223
- [GetClient](docs/GetClient.md)
237224
- [GetContactCampaignStats](docs/GetContactCampaignStats.md)
238-
- [GetContactCampaignStatsClicked](docs/GetContactCampaignStatsClicked.md)
239-
- [GetContactCampaignStatsOpened](docs/GetContactCampaignStatsOpened.md)
240-
- [GetContactCampaignStatsTransacAttributes](docs/GetContactCampaignStatsTransacAttributes.md)
241-
- [GetContactCampaignStatsUnsubscriptions](docs/GetContactCampaignStatsUnsubscriptions.md)
242225
- [GetContactDetails](docs/GetContactDetails.md)
243226
- [GetContacts](docs/GetContacts.md)
227+
- [GetEmailCampaign](docs/GetEmailCampaign.md)
244228
- [GetEmailCampaigns](docs/GetEmailCampaigns.md)
245229
- [GetEmailEventReport](docs/GetEmailEventReport.md)
246-
- [GetEmailEventReportEvents](docs/GetEmailEventReportEvents.md)
247-
- [GetExtendedCampaignOverviewSender](docs/GetExtendedCampaignOverviewSender.md)
230+
- [GetExtendedCampaignOverview](docs/GetExtendedCampaignOverview.md)
248231
- [GetExtendedCampaignStats](docs/GetExtendedCampaignStats.md)
249-
- [GetExtendedClientAddress](docs/GetExtendedClientAddress.md)
250-
- [GetExtendedContactDetailsStatistics](docs/GetExtendedContactDetailsStatistics.md)
251-
- [GetExtendedContactDetailsStatisticsClicked](docs/GetExtendedContactDetailsStatisticsClicked.md)
252-
- [GetExtendedContactDetailsStatisticsLinks](docs/GetExtendedContactDetailsStatisticsLinks.md)
253-
- [GetExtendedContactDetailsStatisticsMessagesSent](docs/GetExtendedContactDetailsStatisticsMessagesSent.md)
254-
- [GetExtendedContactDetailsStatisticsOpened](docs/GetExtendedContactDetailsStatisticsOpened.md)
255-
- [GetExtendedContactDetailsStatisticsUnsubscriptions](docs/GetExtendedContactDetailsStatisticsUnsubscriptions.md)
256-
- [GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription](docs/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md)
257-
- [GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription](docs/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md)
258-
- [GetExtendedListCampaignStats](docs/GetExtendedListCampaignStats.md)
232+
- [GetExtendedClient](docs/GetExtendedClient.md)
233+
- [GetExtendedContactDetails](docs/GetExtendedContactDetails.md)
234+
- [GetExtendedList](docs/GetExtendedList.md)
259235
- [GetFolder](docs/GetFolder.md)
260236
- [GetFolderLists](docs/GetFolderLists.md)
261237
- [GetFolders](docs/GetFolders.md)
@@ -268,77 +244,47 @@ Class | Method | HTTP request | Description
268244
- [GetProcess](docs/GetProcess.md)
269245
- [GetProcesses](docs/GetProcesses.md)
270246
- [GetReports](docs/GetReports.md)
271-
- [GetReportsReports](docs/GetReportsReports.md)
272247
- [GetSendersList](docs/GetSendersList.md)
273-
- [GetSendersListIps](docs/GetSendersListIps.md)
274-
- [GetSendersListSenders](docs/GetSendersListSenders.md)
248+
- [GetSmsCampaign](docs/GetSmsCampaign.md)
275249
- [GetSmsCampaignOverview](docs/GetSmsCampaignOverview.md)
276250
- [GetSmsCampaignStats](docs/GetSmsCampaignStats.md)
277251
- [GetSmsCampaigns](docs/GetSmsCampaigns.md)
278252
- [GetSmsEventReport](docs/GetSmsEventReport.md)
279-
- [GetSmsEventReportEvents](docs/GetSmsEventReportEvents.md)
280253
- [GetSmtpTemplateOverview](docs/GetSmtpTemplateOverview.md)
281-
- [GetSmtpTemplateOverviewSender](docs/GetSmtpTemplateOverviewSender.md)
282254
- [GetSmtpTemplates](docs/GetSmtpTemplates.md)
283255
- [GetStatsByDomain](docs/GetStatsByDomain.md)
284256
- [GetTransacAggregatedSmsReport](docs/GetTransacAggregatedSmsReport.md)
285257
- [GetTransacSmsReport](docs/GetTransacSmsReport.md)
286-
- [GetTransacSmsReportReports](docs/GetTransacSmsReportReports.md)
287258
- [GetWebhook](docs/GetWebhook.md)
288259
- [GetWebhooks](docs/GetWebhooks.md)
289260
- [ManageIp](docs/ManageIp.md)
290261
- [PostContactInfo](docs/PostContactInfo.md)
291-
- [PostContactInfoContacts](docs/PostContactInfoContacts.md)
292262
- [PostSendFailed](docs/PostSendFailed.md)
293263
- [PostSendSmsTestFailed](docs/PostSendSmsTestFailed.md)
294264
- [RemainingCreditModel](docs/RemainingCreditModel.md)
295-
- [RemainingCreditModelChild](docs/RemainingCreditModelChild.md)
296-
- [RemainingCreditModelReseller](docs/RemainingCreditModelReseller.md)
297265
- [RemoveContactFromList](docs/RemoveContactFromList.md)
298266
- [RemoveCredits](docs/RemoveCredits.md)
299267
- [RequestContactExport](docs/RequestContactExport.md)
300268
- [RequestContactImport](docs/RequestContactImport.md)
301-
- [RequestContactImportNewList](docs/RequestContactImportNewList.md)
302269
- [RequestSmsRecipientExport](docs/RequestSmsRecipientExport.md)
303270
- [SendEmail](docs/SendEmail.md)
304-
- [SendEmailAttachment](docs/SendEmailAttachment.md)
305271
- [SendReport](docs/SendReport.md)
306-
- [SendReportEmail](docs/SendReportEmail.md)
307272
- [SendSms](docs/SendSms.md)
308273
- [SendSmtpEmail](docs/SendSmtpEmail.md)
309-
- [SendSmtpEmailAttachment](docs/SendSmtpEmailAttachment.md)
310-
- [SendSmtpEmailBcc](docs/SendSmtpEmailBcc.md)
311-
- [SendSmtpEmailCc](docs/SendSmtpEmailCc.md)
312-
- [SendSmtpEmailReplyTo](docs/SendSmtpEmailReplyTo.md)
313-
- [SendSmtpEmailSender](docs/SendSmtpEmailSender.md)
314-
- [SendSmtpEmailTo](docs/SendSmtpEmailTo.md)
315274
- [SendTemplateEmail](docs/SendTemplateEmail.md)
316275
- [SendTestEmail](docs/SendTestEmail.md)
317276
- [SendTestSms](docs/SendTestSms.md)
318277
- [SendTransacSms](docs/SendTransacSms.md)
319278
- [UpdateAttribute](docs/UpdateAttribute.md)
320-
- [UpdateAttributeEnumeration](docs/UpdateAttributeEnumeration.md)
321279
- [UpdateCampaignStatus](docs/UpdateCampaignStatus.md)
322280
- [UpdateChild](docs/UpdateChild.md)
323281
- [UpdateContact](docs/UpdateContact.md)
324282
- [UpdateEmailCampaign](docs/UpdateEmailCampaign.md)
325-
- [UpdateEmailCampaignRecipients](docs/UpdateEmailCampaignRecipients.md)
326-
- [UpdateEmailCampaignSender](docs/UpdateEmailCampaignSender.md)
327283
- [UpdateList](docs/UpdateList.md)
328284
- [UpdateSender](docs/UpdateSender.md)
329285
- [UpdateSmsCampaign](docs/UpdateSmsCampaign.md)
330286
- [UpdateSmtpTemplate](docs/UpdateSmtpTemplate.md)
331-
- [UpdateSmtpTemplateSender](docs/UpdateSmtpTemplateSender.md)
332287
- [UpdateWebhook](docs/UpdateWebhook.md)
333-
- [GetChildInfo](docs/GetChildInfo.md)
334-
- [GetExtendedCampaignOverview](docs/GetExtendedCampaignOverview.md)
335-
- [GetExtendedClient](docs/GetExtendedClient.md)
336-
- [GetExtendedContactDetails](docs/GetExtendedContactDetails.md)
337-
- [GetExtendedList](docs/GetExtendedList.md)
338-
- [GetSmsCampaign](docs/GetSmsCampaign.md)
339-
- [GetAccount](docs/GetAccount.md)
340-
- [GetEmailCampaign](docs/GetEmailCampaign.md)
341-
342288

343289
## Documentation For Authorization
344290

@@ -349,6 +295,12 @@ Class | Method | HTTP request | Description
349295
- **API key parameter name**: api-key
350296
- **Location**: HTTP header
351297

298+
## partner-key
299+
300+
- **Type**: API key
301+
- **API key parameter name**: partner-key
302+
- **Location**: HTTP header
303+
352304
## Support and Feedback
353305

354306
Be sure to visit the SendinBlue official [documentation website](https://sendinblue.readme.io/docs ) for additional information about our API.

docs/AccountApi.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Method | HTTP request | Description
66
------------- | ------------- | -------------
77
[**get_account**](AccountApi.md#get_account) | **GET** /account | Get your account informations, plans and credits details
88

9-
109
# **get_account**
1110
> GetAccount get_account()
1211
@@ -55,7 +54,7 @@ This endpoint does not need any parameter.
5554

5655
### HTTP request headers
5756

58-
- **Content-Type**: application/json
57+
- **Content-Type**: Not defined
5958
- **Accept**: application/json
6059

6160
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

docs/AddContactToList.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ Name | Type | Description | Notes
77

88
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
99

10-

docs/AddCredits.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ Name | Type | Description | Notes
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1010

11-

docs/AttributesApi.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ Method | HTTP request | Description
99
[**get_attributes**](AttributesApi.md#get_attributes) | **GET** /contacts/attributes | Lists all attributes
1010
[**update_attribute**](AttributesApi.md#update_attribute) | **PUT** /contacts/attributes/{attributeCategory}/{attributeName} | Updates contact attribute
1111

12-
1312
# **create_attribute**
14-
> create_attribute(attribute_category, attribute_name, create_attribute)
13+
> create_attribute(body, attribute_category, attribute_name)
1514
1615
Creates contact attribute
1716

@@ -36,13 +35,13 @@ configuration.api_key['partner-key'] = 'YOUR_API_KEY'
3635

3736
# create an instance of the API class
3837
api_instance = sib_api_v3_sdk.AttributesApi(sib_api_v3_sdk.ApiClient(configuration))
38+
body = sib_api_v3_sdk.CreateAttribute() # CreateAttribute | Values to create an attribute
3939
attribute_category = 'attribute_category_example' # str | Category of the attribute
4040
attribute_name = 'attribute_name_example' # str | Name of the attribute
41-
create_attribute = sib_api_v3_sdk.CreateAttribute() # CreateAttribute | Values to create an attribute
4241

4342
try:
4443
# Creates contact attribute
45-
api_instance.create_attribute(attribute_category, attribute_name, create_attribute)
44+
api_instance.create_attribute(body, attribute_category, attribute_name)
4645
except ApiException as e:
4746
print("Exception when calling AttributesApi->create_attribute: %s\n" % e)
4847
```
@@ -51,9 +50,9 @@ except ApiException as e:
5150

5251
Name | Type | Description | Notes
5352
------------- | ------------- | ------------- | -------------
54-
**attribute_category** | **str**| Category of the attribute |
55-
**attribute_name** | **str**| Name of the attribute |
56-
**create_attribute** | [**CreateAttribute**](CreateAttribute.md)| Values to create an attribute |
53+
**body** | [**CreateAttribute**](CreateAttribute.md)| Values to create an attribute |
54+
**attribute_category** | [**str**](.md)| Category of the attribute |
55+
**attribute_name** | [**str**](.md)| Name of the attribute |
5756

5857
### Return type
5958

@@ -110,8 +109,8 @@ except ApiException as e:
110109

111110
Name | Type | Description | Notes
112111
------------- | ------------- | ------------- | -------------
113-
**attribute_category** | **str**| Category of the attribute |
114-
**attribute_name** | **str**| Name of the existing attribute |
112+
**attribute_category** | [**str**](.md)| Category of the attribute |
113+
**attribute_name** | [**str**](.md)| Name of the existing attribute |
115114

116115
### Return type
117116

@@ -123,7 +122,7 @@ void (empty response body)
123122

124123
### HTTP request headers
125124

126-
- **Content-Type**: application/json
125+
- **Content-Type**: Not defined
127126
- **Accept**: application/json
128127

129128
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -176,13 +175,13 @@ This endpoint does not need any parameter.
176175

177176
### HTTP request headers
178177

179-
- **Content-Type**: application/json
178+
- **Content-Type**: Not defined
180179
- **Accept**: application/json
181180

182181
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
183182

184183
# **update_attribute**
185-
> update_attribute(attribute_category, attribute_name, update_attribute)
184+
> update_attribute(body, attribute_category, attribute_name)
186185
187186
Updates contact attribute
188187

@@ -207,13 +206,13 @@ configuration.api_key['partner-key'] = 'YOUR_API_KEY'
207206

208207
# create an instance of the API class
209208
api_instance = sib_api_v3_sdk.AttributesApi(sib_api_v3_sdk.ApiClient(configuration))
209+
body = sib_api_v3_sdk.UpdateAttribute() # UpdateAttribute | Values to update an attribute
210210
attribute_category = 'attribute_category_example' # str | Category of the attribute
211211
attribute_name = 'attribute_name_example' # str | Name of the existing attribute
212-
update_attribute = sib_api_v3_sdk.UpdateAttribute() # UpdateAttribute | Values to update an attribute
213212

214213
try:
215214
# Updates contact attribute
216-
api_instance.update_attribute(attribute_category, attribute_name, update_attribute)
215+
api_instance.update_attribute(body, attribute_category, attribute_name)
217216
except ApiException as e:
218217
print("Exception when calling AttributesApi->update_attribute: %s\n" % e)
219218
```
@@ -222,9 +221,9 @@ except ApiException as e:
222221

223222
Name | Type | Description | Notes
224223
------------- | ------------- | ------------- | -------------
225-
**attribute_category** | **str**| Category of the attribute |
226-
**attribute_name** | **str**| Name of the existing attribute |
227-
**update_attribute** | [**UpdateAttribute**](UpdateAttribute.md)| Values to update an attribute |
224+
**body** | [**UpdateAttribute**](UpdateAttribute.md)| Values to update an attribute |
225+
**attribute_category** | [**str**](.md)| Category of the attribute |
226+
**attribute_name** | [**str**](.md)| Name of the existing attribute |
228227

229228
### Return type
230229

0 commit comments

Comments
 (0)