PHP Class Scalr\Model\Entity\Account\TeamUser

Since: 5.11.12 (03.03.2016)
Author: Andrii Penchuk ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
Mostra file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$id integer The identifier of the Team User
$teamId integer The identifier of the Team
$userId integer The identifier of the User

Property Details

$id public_oe property

The identifier of the Team User
public int $id
return integer

$teamId public_oe property

The identifier of the Team
public int $teamId
return integer

$userId public_oe property

The identifier of the User
public int $userId
return integer