applyOrder = $applyOrder;
}
/**
* @return int
*/
public function getApplyOrder()
{
return $this->applyOrder;
}
/**
* @param int
*/
public function setCountLimit($countLimit)
{
$this->countLimit = $countLimit;
}
/**
* @return int
*/
public function getCountLimit()
{
return $this->countLimit;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PivotGroupLimit::class, 'Google_Service_Sheets_PivotGroupLimit');