appId = $appId; $this->groupIds = $groupIds; } /** * @since 27.0.0 */ public function getAppId(): string { return $this->appId; } /** * @since 27.0.0 */ public function getGroupIds(): array { return $this->groupIds; } }