bundleId = $bundleId; } /** * @return string */ public function getBundleId() { return $this->bundleId; } /** * @param string[] */ public function setIntegrations($integrations) { $this->integrations = $integrations; } /** * @return string[] */ public function getIntegrations() { return $this->integrations; } /** * @param string */ public function setSecondaryCustomerOrgId($secondaryCustomerOrgId) { $this->secondaryCustomerOrgId = $secondaryCustomerOrgId; } /** * @return string */ public function getSecondaryCustomerOrgId() { return $this->secondaryCustomerOrgId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaCreateBundleRequest::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaCreateBundleRequest');