displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * The UUID of the Azure subscription, for example, * `291bba3f-e0a5-47bc-a099-3bdcb2a50a05`. * * @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(GoogleCloudSecuritycenterV2AzureSubscription::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2AzureSubscription');