Skip to content

Contact attribute update + date-time desc updates #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/Api/ContactsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ SendinBlue\Client\Configuration::getDefaultConfiguration()->setApiKey('api-key',
$api_instance = new SendinBlue\Client\Api\ContactsApi();
$limit = 50; // int | Number of documents per page
$offset = 0; // int | Index of the first document of the page
$modifiedSince = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
$modifiedSince = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)

try {
$result = $api_instance->getContacts($limit, $offset, $modifiedSince);
Expand All @@ -594,7 +594,7 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**limit** | **int**| Number of documents per page | [optional] [default to 50]
**offset** | **int**| Index of the first document of the page | [optional] [default to 0]
**modifiedSince** | **\DateTime**| Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**modifiedSince** | **\DateTime**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]

### Return type

Expand Down Expand Up @@ -628,7 +628,7 @@ SendinBlue\Client\Configuration::getDefaultConfiguration()->setApiKey('api-key',

$api_instance = new SendinBlue\Client\Api\ContactsApi();
$listId = 789; // int | Id of the list
$modifiedSince = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
$modifiedSince = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
$limit = 50; // int | Number of documents per page
$offset = 0; // int | Index of the first document of the page

Expand All @@ -646,7 +646,7 @@ try {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**listId** | **int**| Id of the list |
**modifiedSince** | **\DateTime**| Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**modifiedSince** | **\DateTime**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**limit** | **int**| Number of documents per page | [optional] [default to 50]
**offset** | **int**| Index of the first document of the page | [optional] [default to 0]

Expand Down
4 changes: 2 additions & 2 deletions docs/Api/ListsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ SendinBlue\Client\Configuration::getDefaultConfiguration()->setApiKey('api-key',

$api_instance = new SendinBlue\Client\Api\ListsApi();
$listId = 789; // int | Id of the list
$modifiedSince = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
$modifiedSince = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
$limit = 50; // int | Number of documents per page
$offset = 0; // int | Index of the first document of the page

Expand All @@ -195,7 +195,7 @@ try {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**listId** | **int**| Id of the list |
**modifiedSince** | **\DateTime**| Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**modifiedSince** | **\DateTime**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**limit** | **int**| Number of documents per page | [optional] [default to 50]
**offset** | **int**| Index of the first document of the page | [optional] [default to 0]

Expand Down
2 changes: 1 addition & 1 deletion docs/Model/CreateEmailCampaign.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
**name** | **string** | Name of the campaign |
**htmlContent** | **string** | Mandatory if htmlUrl is empty. Body of the message (HTML) | [optional]
**htmlUrl** | **string** | Mandatory if htmlContent is empty. Url to the message (HTML) | [optional]
**scheduledAt** | **\DateTime** | Sending date and time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**scheduledAt** | **\DateTime** | Sending UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**subject** | **string** | Subject of the campaign |
**replyTo** | **string** | Email on which the campaign recipients will be able to reply to | [optional]
**toField** | **string** | To personalize the «To» Field, e.g. if you want to include the first name and last name of your recipient, use [FNAME] [LNAME]. These attributes must already exist in your contact database | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/Model/CreateSmsCampaign.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**sender** | **string** | Name of the sender. The number of characters is limited to 11 |
**content** | **string** | Content of the message. The maximum characters used per SMS is 160, if used more than that, it will be counted as more than one SMS | [optional]
**recipients** | [**\SendinBlue\Client\Model\CreateSmsCampaignRecipients**](CreateSmsCampaignRecipients.md) | | [optional]
**scheduledAt** | **\DateTime** | Date and time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**scheduledAt** | **\DateTime** | UTC date-time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]

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

Expand Down
2 changes: 1 addition & 1 deletion docs/Model/GetCampaignOverview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
**subject** | **string** | Subject of the campaign |
**type** | **string** | Type of campaign |
**status** | **string** | Status of the campaign |
**scheduledAt** | **\DateTime** | Date on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**scheduledAt** | **\DateTime** | UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]

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

Expand Down
2 changes: 1 addition & 1 deletion docs/Model/GetContactCampaignStatsOpened.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaignId** | **int** | ID of the campaign which generated the event |
**count** | **int** | Number of openings of the campaign |
**eventTime** | **\DateTime** | Date of the event |
**eventTime** | **\DateTime** | UTC date-time of the event |
**ip** | **string** | IP from which the user has opened the campaign |

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/Model/GetContactDetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**id** | **int** | ID of the contact for which you requested the details |
**emailBlacklisted** | **bool** | Blacklist status for email campaigns (true=blacklisted, false=not blacklisted) |
**smsBlacklisted** | **bool** | Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted) |
**modifiedAt** | **\DateTime** | Last modification date of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | Last modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**listIds** | **int[]** | |
**listUnsubscribed** | **int[]** | | [optional]
**attributes** | **map[string,string]** | |
Expand Down
6 changes: 3 additions & 3 deletions docs/Model/GetEmailCampaign.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
**subject** | **string** | Subject of the campaign |
**type** | **string** | Type of campaign |
**status** | **string** | Status of the campaign |
**scheduledAt** | **\DateTime** | Date on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**scheduledAt** | **\DateTime** | UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**testSent** | **bool** | Retrieved the status of test email sending. (true=Test email has been sent false=Test email has not been sent) |
**header** | **string** | Header of the campaign |
**footer** | **string** | Footer of the campaign |
Expand All @@ -18,8 +18,8 @@ Name | Type | Description | Notes
**htmlContent** | **string** | HTML content of the campaign |
**shareLink** | **string** | Link to share the campaign on social medias | [optional]
**tag** | **string** | Tag of the campaign |
**createdAt** | **\DateTime** | Creation date of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | Date of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**createdAt** | **\DateTime** | Creation UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | UTC date-time of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**inlineImageActivation** | **bool** | Status of inline image. inlineImageActivation = false means image can’t be embedded, & inlineImageActivation = true means image can be embedded, in the email. | [optional]
**mirrorActive** | **bool** | Status of mirror links in campaign. mirrorActive = false means mirror links are deactivated, & mirrorActive = true means mirror links are activated, in the campaign | [optional]
**recurring** | **bool** | FOR TRIGGER ONLY ! Type of trigger campaign.recurring = false means contact can receive the same Trigger campaign only once, & recurring = true means contact can receive the same Trigger campaign several times | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/Model/GetEmailEventReportEvents.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **string** | Email address which generates the event |
**date** | **\DateTime** | Date on which the event has been generated |
**date** | **\DateTime** | UTC date-time on which the event has been generated |
**subject** | **string** | Subject of the event | [optional]
**messageId** | **string** | Message ID which generated the event |
**event** | **string** | Event which occurred |
Expand Down
6 changes: 3 additions & 3 deletions docs/Model/GetExtendedCampaignOverview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
**subject** | **string** | Subject of the campaign |
**type** | **string** | Type of campaign |
**status** | **string** | Status of the campaign |
**scheduledAt** | **\DateTime** | Date on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**scheduledAt** | **\DateTime** | UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**testSent** | **bool** | Retrieved the status of test email sending. (true=Test email has been sent false=Test email has not been sent) |
**header** | **string** | Header of the campaign |
**footer** | **string** | Footer of the campaign |
Expand All @@ -18,8 +18,8 @@ Name | Type | Description | Notes
**htmlContent** | **string** | HTML content of the campaign |
**shareLink** | **string** | Link to share the campaign on social medias | [optional]
**tag** | **string** | Tag of the campaign |
**createdAt** | **\DateTime** | Creation date of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | Date of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**createdAt** | **\DateTime** | Creation UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | UTC date-time of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**inlineImageActivation** | **bool** | Status of inline image. inlineImageActivation = false means image can’t be embedded, & inlineImageActivation = true means image can be embedded, in the email. | [optional]
**mirrorActive** | **bool** | Status of mirror links in campaign. mirrorActive = false means mirror links are deactivated, & mirrorActive = true means mirror links are activated, in the campaign | [optional]
**recurring** | **bool** | FOR TRIGGER ONLY ! Type of trigger campaign.recurring = false means contact can receive the same Trigger campaign only once, & recurring = true means contact can receive the same Trigger campaign several times | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/Model/GetExtendedContactDetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**id** | **int** | ID of the contact for which you requested the details |
**emailBlacklisted** | **bool** | Blacklist status for email campaigns (true=blacklisted, false=not blacklisted) |
**smsBlacklisted** | **bool** | Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted) |
**modifiedAt** | **\DateTime** | Last modification date of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | Last modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**listIds** | **int[]** | |
**listUnsubscribed** | **int[]** | | [optional]
**attributes** | **map[string,string]** | |
Expand Down
2 changes: 1 addition & 1 deletion docs/Model/GetExtendedContactDetailsStatisticsLinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **int** | Number of clicks on this link for the campaign |
**eventTime** | **\DateTime** | Date of the event |
**eventTime** | **\DateTime** | UTC date-time of the event |
**ip** | **string** | IP from which the user has clicked on the link |
**url** | **string** | URL of the clicked link |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaignId** | **int** | ID of the campaign which generated the event |
**eventTime** | **\DateTime** | Date of the event |
**eventTime** | **\DateTime** | UTC date-time of the event |

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

Expand Down
2 changes: 1 addition & 1 deletion docs/Model/GetExtendedContactDetailsStatisticsOpened.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaignId** | **int** | ID of the campaign which generated the event |
**count** | **int** | Number of openings for the campaign |
**eventTime** | **\DateTime** | Date of the event |
**eventTime** | **\DateTime** | UTC date-time of the event |
**ip** | **string** | IP from which the user has opened the email |

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**eventTime** | **\DateTime** | Date of the event |
**eventTime** | **\DateTime** | UTC date-time of the event |
**ip** | **string** | IP from which the user has been unsubscribed |

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaignId** | **int** | ID of the campaign which generated the event |
**eventTime** | **\DateTime** | Date of the event |
**eventTime** | **\DateTime** | UTC date-time of the event |
**ip** | **string** | IP from which the user has unsubscribed |

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/Model/GetExtendedList.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
**totalBlacklisted** | **int** | Number of blacklisted contacts in the list |
**totalSubscribers** | **int** | Number of contacts in the list |
**folderId** | **int** | ID of the folder |
**createdAt** | **\DateTime** | Creation Date of the list (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**createdAt** | **\DateTime** | Creation UTC date-time of the list (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**campaignStats** | [**\SendinBlue\Client\Model\GetExtendedListCampaignStats[]**](GetExtendedListCampaignStats.md) | | [optional]
**dynamicList** | **bool** | Status telling if the list is dynamic or not (true=dynamic, false=not dynamic) | [optional]

Expand Down
6 changes: 3 additions & 3 deletions docs/Model/GetSmsCampaign.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Name | Type | Description | Notes
**name** | **string** | Name of the SMS Campaign |
**status** | **string** | Status of the SMS Campaign |
**content** | **string** | Content of the SMS Campaign |
**scheduledAt** | **\DateTime** | Date on which SMS campaign is scheduled. Should be in YYYY-MM-DDTHH:mm:ss.SSSZ format |
**scheduledAt** | **\DateTime** | UTC date-time on which SMS campaign is scheduled. Should be in YYYY-MM-DDTHH:mm:ss.SSSZ format |
**testSent** | **bool** | Retrieved the status of test SMS sending. (true=Test SMS has been sent false=Test SMS has not been sent) |
**sender** | **string** | Sender of the SMS Campaign |
**createdAt** | **\DateTime** | Creation date of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | Date of last modification of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**createdAt** | **\DateTime** | Creation UTC date-time of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | UTC date-time of last modification of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |

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

Expand Down
6 changes: 3 additions & 3 deletions docs/Model/GetSmsCampaignOverview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Name | Type | Description | Notes
**name** | **string** | Name of the SMS Campaign |
**status** | **string** | Status of the SMS Campaign |
**content** | **string** | Content of the SMS Campaign |
**scheduledAt** | **\DateTime** | Date on which SMS campaign is scheduled. Should be in YYYY-MM-DDTHH:mm:ss.SSSZ format |
**scheduledAt** | **\DateTime** | UTC date-time on which SMS campaign is scheduled. Should be in YYYY-MM-DDTHH:mm:ss.SSSZ format |
**testSent** | **bool** | Retrieved the status of test SMS sending. (true=Test SMS has been sent false=Test SMS has not been sent) |
**sender** | **string** | Sender of the SMS Campaign |
**createdAt** | **\DateTime** | Creation date of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | Date of last modification of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**createdAt** | **\DateTime** | Creation UTC date-time of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | UTC date-time of last modification of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |

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

Expand Down
4 changes: 2 additions & 2 deletions docs/Model/GetSmtpTemplateOverview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Name | Type | Description | Notes
**toField** | **string** | Customisation of the \"to\" field for the template |
**tag** | **string** | Tag of the template |
**htmlContent** | **string** | HTML content of the template |
**createdAt** | **\DateTime** | Creation date of the template (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | Last modification date of the template (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**createdAt** | **\DateTime** | Creation UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | Last modification UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ) |

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

Expand Down
4 changes: 2 additions & 2 deletions docs/Model/GetWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Name | Type | Description | Notes
**description** | **string** | Description of the webhook |
**events** | **string[]** | |
**type** | **string** | Type of webhook (marketing or transac) |
**createdAt** | **\DateTime** | Creation date of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | Last modification date of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**createdAt** | **\DateTime** | Creation UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**modifiedAt** | **\DateTime** | Last modification UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ) |

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

Expand Down
Loading