/var/www/flurhymez/vendor/google/apiclient-services/src/MyBusinessAccountManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/MyBusinessAccountManagement/Invitation.php (2335B)
name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setRole($role)
{
$this->role = $role;
}
/**
* @return string
*/
public function getRole()
{
return $this->role;
}
/**
* @param Account
*/
public function setTargetAccount(Account $targetAccount)
{
$this->targetAccount = $targetAccount;
}
/**
* @return Account
*/
public function getTargetAccount()
{
return $this->targetAccount;
}
/**
* @param TargetLocation
*/
public function setTargetLocation(TargetLocation $targetLocation)
{
$this->targetLocation = $targetLocation;
}
/**
* @return TargetLocation
*/
public function getTargetLocation()
{
return $this->targetLocation;
}
/**
* @param string
*/
public function setTargetType($targetType)
{
$this->targetType = $targetType;
}
/**
* @return string
*/
public function getTargetType()
{
return $this->targetType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Invitation::class, 'Google_Service_MyBusinessAccountManagement_Invitation');