Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion lib/Model/AbTestCampaignResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function getWinningCriteriaAllowableValues()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['winningVersion'] = isset($data['winningVersion']) ? $data['winningVersion'] : null;
$this->container['winningCriteria'] = isset($data['winningCriteria']) ? $data['winningCriteria'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AbTestCampaignResultClickedLinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['versionA'] = isset($data['versionA']) ? $data['versionA'] : null;
$this->container['versionB'] = isset($data['versionB']) ? $data['versionB'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AbTestCampaignResultStatistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['openers'] = isset($data['openers']) ? $data['openers'] : null;
$this->container['clicks'] = isset($data['clicks']) ? $data['clicks'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AbTestVersionClicks.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
}

Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AbTestVersionClicksInner.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['link'] = isset($data['link']) ? $data['link'] : null;
$this->container['clicksCount'] = isset($data['clicksCount']) ? $data['clicksCount'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AbTestVersionStats.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['versionA'] = isset($data['versionA']) ? $data['versionA'] : null;
$this->container['versionB'] = isset($data['versionB']) ? $data['versionB'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AddChildDomain.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['domain'] = isset($data['domain']) ? $data['domain'] : null;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AddContactToList.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['emails'] = isset($data['emails']) ? $data['emails'] : null;
$this->container['ids'] = isset($data['ids']) ? $data['ids'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AddCredits.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['sms'] = isset($data['sms']) ? $data['sms'] : null;
$this->container['email'] = isset($data['email']) ? $data['email'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AllOfgetContactsContactsItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
parent::__construct($data);

Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AllOfgetEmailCampaignsCampaignsItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
parent::__construct($data);

Expand Down
2 changes: 1 addition & 1 deletion lib/Model/AuthenticateDomainModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['domainName'] = isset($data['domainName']) ? $data['domainName'] : null;
$this->container['message'] = isset($data['message']) ? $data['message'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/BlockDomain.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['domain'] = isset($data['domain']) ? $data['domain'] : null;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['groupName'] = isset($data['groupName']) ? $data['groupName'] : null;
$this->container['subAccountIds'] = isset($data['subAccountIds']) ? $data['subAccountIds'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body1.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['groupName'] = isset($data['groupName']) ? $data['groupName'] : null;
$this->container['subAccountIds'] = isset($data['subAccountIds']) ? $data['subAccountIds'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body10.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['visitorId'] = isset($data['visitorId']) ? $data['visitorId'] : null;
$this->container['text'] = isset($data['text']) ? $data['text'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body11.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['text'] = isset($data['text']) ? $data['text'] : null;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body12.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['visitorId'] = isset($data['visitorId']) ? $data['visitorId'] : null;
$this->container['text'] = isset($data['text']) ? $data['text'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body13.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['text'] = isset($data['text']) ? $data['text'] : null;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body14.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['agentId'] = isset($data['agentId']) ? $data['agentId'] : null;
$this->container['receivedFrom'] = isset($data['receivedFrom']) ? $data['receivedFrom'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body2.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['name'] = isset($data['name']) ? $data['name'] : null;
$this->container['attributes'] = isset($data['attributes']) ? $data['attributes'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body3.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['name'] = isset($data['name']) ? $data['name'] : null;
$this->container['attributes'] = isset($data['attributes']) ? $data['attributes'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body4.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['linkContactIds'] = isset($data['linkContactIds']) ? $data['linkContactIds'] : null;
$this->container['unlinkContactIds'] = isset($data['unlinkContactIds']) ? $data['unlinkContactIds'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body5.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['name'] = isset($data['name']) ? $data['name'] : null;
$this->container['attributes'] = isset($data['attributes']) ? $data['attributes'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body6.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['name'] = isset($data['name']) ? $data['name'] : null;
$this->container['attributes'] = isset($data['attributes']) ? $data['attributes'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body7.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['linkContactIds'] = isset($data['linkContactIds']) ? $data['linkContactIds'] : null;
$this->container['unlinkContactIds'] = isset($data['unlinkContactIds']) ? $data['unlinkContactIds'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body8.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['name'] = isset($data['name']) ? $data['name'] : null;
$this->container['duration'] = isset($data['duration']) ? $data['duration'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Body9.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['name'] = isset($data['name']) ? $data['name'] : null;
$this->container['duration'] = isset($data['duration']) ? $data['duration'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/BodyVariablesItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
}

Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CompaniesList.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['items'] = isset($data['items']) ? $data['items'] : null;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['id'] = isset($data['id']) ? $data['id'] : null;
$this->container['attributes'] = isset($data['attributes']) ? $data['attributes'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CompanyAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
}

Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CompanyAttributesInner.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['internalName'] = isset($data['internalName']) ? $data['internalName'] : null;
$this->container['label'] = isset($data['label']) ? $data['label'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ComponentItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['type'] = isset($data['type']) ? $data['type'] : null;
$this->container['text'] = isset($data['text']) ? $data['text'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['virtualNextTask'] = isset($data['virtualNextTask']) ? $data['virtualNextTask'] : null;
$this->container['email'] = isset($data['email']) ? $data['email'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ContactErrorModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function getCodeAllowableValues()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['code'] = isset($data['code']) ? $data['code'] : null;
$this->container['message'] = isset($data['message']) ? $data['message'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ConversationsMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function getTypeAllowableValues()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['id'] = isset($data['id']) ? $data['id'] : null;
$this->container['type'] = isset($data['type']) ? $data['type'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ConversationsMessageFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['filename'] = isset($data['filename']) ? $data['filename'] : null;
$this->container['size'] = isset($data['size']) ? $data['size'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/ConversationsMessageFileImageInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['width'] = isset($data['width']) ? $data['width'] : null;
$this->container['height'] = isset($data['height']) ? $data['height'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CreateApiKeyRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['id'] = isset($data['id']) ? $data['id'] : null;
$this->container['name'] = isset($data['name']) ? $data['name'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CreateApiKeyResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['status'] = isset($data['status']) ? $data['status'] : null;
$this->container['key'] = isset($data['key']) ? $data['key'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CreateAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public function getTypeAllowableValues()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['value'] = isset($data['value']) ? $data['value'] : null;
$this->container['isRecurring'] = isset($data['isRecurring']) ? $data['isRecurring'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CreateAttributeEnumeration.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['value'] = isset($data['value']) ? $data['value'] : null;
$this->container['label'] = isset($data['label']) ? $data['label'] : null;
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CreateCategoryModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['id'] = isset($data['id']) ? $data['id'] : null;
}
Expand Down
Loading