groupEdges = $groupEdges; } /** * @return GoogleCloudAssetV1Edge[] */ public function getGroupEdges() { return $this->groupEdges; } /** * @param GoogleCloudAssetV1Identity[] */ public function setIdentities($identities) { $this->identities = $identities; } /** * @return GoogleCloudAssetV1Identity[] */ public function getIdentities() { return $this->identities; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAssetV1IdentityList::class, 'Google_Service_CloudAsset_GoogleCloudAssetV1IdentityList');