assets = $assets; } /** * @return GoogleCloudAssetV1p7beta1RelatedAsset[] */ public function getAssets() { return $this->assets; } /** * @param GoogleCloudAssetV1p7beta1RelationshipAttributes */ public function setRelationshipAttributes(GoogleCloudAssetV1p7beta1RelationshipAttributes $relationshipAttributes) { $this->relationshipAttributes = $relationshipAttributes; } /** * @return GoogleCloudAssetV1p7beta1RelationshipAttributes */ public function getRelationshipAttributes() { return $this->relationshipAttributes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAssetV1p7beta1RelatedAssets::class, 'Google_Service_CloudAsset_GoogleCloudAssetV1p7beta1RelatedAssets');