duration = $duration; } public function getDuration() { return $this->duration; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setSliName($sliName) { $this->sliName = $sliName; } public function getSliName() { return $this->sliName; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::class, 'Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion');