action = $action; } /** * @return string */ public function getAction() { return $this->action; } /** * @param string[] */ public function setApiProducts($apiProducts) { $this->apiProducts = $apiProducts; } /** * @return string[] */ public function getApiProducts() { return $this->apiProducts; } /** * @param GoogleCloudApigeeV1AppGroupAppKey */ public function setAppGroupAppKey(GoogleCloudApigeeV1AppGroupAppKey $appGroupAppKey) { $this->appGroupAppKey = $appGroupAppKey; } /** * @return GoogleCloudApigeeV1AppGroupAppKey */ public function getAppGroupAppKey() { return $this->appGroupAppKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest::class, 'Google_Service_Apigee_GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest');