displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * The UUID of the Azure management group, for example, * `20000000-0001-0000-0000-000000000000`. * * @param string $id */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AzureManagementGroup::class, 'Google_Service_SecurityCommandCenter_AzureManagementGroup');