Skip to content

Commit 6aed953

Browse files
committed
Docstrings added to model constructors
1 parent 171266a commit 6aed953

File tree

5 files changed

+1407
-15
lines changed

5 files changed

+1407
-15
lines changed

doc/EmailAccountConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**protocolType** | **string** | Type of connection protocol. Enum, available values: IMAP, POP3, SMTP, EWS, WebDav | [default to undefined]
99
**host** | **string** | Email account host. | [optional] [default to undefined]
1010
**port** | **number** | Port. | [optional] [default to undefined]
11-
**socketType** | **string** | Security mode for a mail client Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto | [default to undefined]
11+
**socketType** | **string** | Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto | [default to undefined]
1212
**authenticationTypes** | **Array<string>** | Supported authentication types. Items: Email account authentication types. Enum, available values: NoAuth, OAuth2, PasswordCleartext, PasswordEncrypted, SmtpAfterPop, ClientIpAddress | [optional] [default to undefined]
1313
**extraInfo** | [**Array<NameValuePair>**](NameValuePair.md) | Extra account information. | [optional] [default to undefined]
1414
**isValidated** | **boolean** | Determines that configuration validated. Set to false if validation skipped. | [default to undefined]

doc/EmailAccountRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**host** | **string** | Email account host | [default to undefined]
88
**port** | **number** | Email account port | [default to undefined]
99
**login** | **string** | Email account login | [default to undefined]
10-
**securityOptions** | **string** | Security mode for a mail client Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto | [default to undefined]
10+
**securityOptions** | **string** | Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto | [default to undefined]
1111
**protocolType** | **string** | Type of connection protocol. Enum, available values: IMAP, POP3, SMTP, EWS, WebDav | [default to undefined]
1212
**description** | **string** | Email account description | [optional] [default to undefined]
1313
**storageFile** | [**StorageFileLocation**](StorageFileLocation.md) | A storage file location info to store email account | [default to undefined]

doc/NameValuePair.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **string** | Name of the property | [optional] [default to undefined]
8-
**name** | **string** | Value of the property | [optional] [default to undefined]
7+
**value** | **string** | | [optional] [default to undefined]
8+
**name** | **string** | | [optional] [default to undefined]
99

1010

1111

0 commit comments

Comments
 (0)