You are here

public function GetExtendedList::getCreatedAt in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 src/Tools/Model/GetExtendedList.php \Drupal\sendinblue\Tools\Model\GetExtendedList::getCreatedAt()

Return value

\DateTime

File

src/Tools/Model/GetExtendedList.php, line 134

Class

GetExtendedList
Class GetExtendedList.

Namespace

Drupal\sendinblue\Tools\Model

Code

public function getCreatedAt() : \DateTime {
  return $this->createdAt;
}