ancestors = $ancestors; } /** * @return string[] */ public function getAncestors() { return $this->ancestors; } /** * @param string */ public function setAssetType($assetType) { $this->assetType = $assetType; } /** * @return string */ public function getAssetType() { return $this->assetType; } /** * @param string */ public function setResource($resource) { $this->resource = $resource; } /** * @return string */ public function getResource() { return $this->resource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudPolicysimulatorV1ResourceContext::class, 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ResourceContext');