Google\Cloud\Iam\Iam::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Google\Cloud\Iam\IamConnectionInterface $connection, string $resource )
$connection Google\Cloud\Iam\IamConnectionInterface
$resource string
    public function __construct(IamConnectionInterface $connection, $resource)
    {
        $this->connection = $connection;
        $this->resource = $resource;
    }